fix: 更新提交

This commit is contained in:
han_han9
2025-11-26 22:57:07 +08:00
parent 8a6620cf8f
commit 4c16bec13f
640 changed files with 70914 additions and 13327 deletions

View File

@@ -5,15 +5,16 @@
"version": "1.0.1-alpha.1",
"author": "han_han9",
"editor": ">=3.8.5",
"scripts": {
"preinstall": "node ./scripts/preinstall.js",
"prepare": "husky install",
"build": "tsc",
"watch": "tsc -w",
"publish:dev": "node ./scripts/publish.js dev",
"publish:prod": "node ./scripts/publish.js prod",
"prepublishOnly": "npm run build"
},
"scripts": {
"preinstall": "node ./scripts/preinstall.js",
"prepare": "husky install",
"build": "tsc",
"watch": "tsc -w",
"publish:dev": "node ./scripts/publish.js dev",
"publish:prod": "node ./scripts/publish.js prod",
"prepublishOnly": "npm run build",
"gen:configs": "ts-node ./scripts/generate-configs.ts"
},
"publishConfig": {
"access": "public"
},