refactor(docs): copy Used by from README like financial contributors

Drop data/used-by.json and build-used-by.js; build-contributors.js now extracts USED-BY-BEGIN/END to used-by.swig.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Yang Jun
2026-06-22 20:17:36 +08:00
co-authored by Cursor
parent 4f9d8b7163
commit 6012ec2455
7 changed files with 7 additions and 150 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"version": "7.3.0"
},
"scripts": {
"prebuild": "npm --prefix .. run build:contributors && npm --prefix .. run build:used-by",
"prebuild": "npm --prefix .. run build:contributors",
"build": "hexo generate",
"start": "hexo serve",
"lint": "eslint .",