优化工具

This commit is contained in:
2025-12-10 17:11:46 +08:00
parent 4b451b2d58
commit af1185c4d7
18 changed files with 316 additions and 214 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
},
"type": "module",
"scripts": {
"build": "tsc",
"build": "tsc && cp -r src/tools/descriptions/*.txt dist/tools/descriptions/",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"lint": "eslint src/**/*.ts"