feat(common): 添加工具

This commit is contained in:
2026-04-20 17:54:26 +08:00
parent 7ff223fa32
commit b10d613987
64 changed files with 8342 additions and 16243 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
"release": "standard-version",
"commit": "cz",
"lint-staged": "lint-staged",
"test": "jest"
"test": "vitest run"
},
"peerDependencies": {
"vue": "^2.7.0"
-1
View File
@@ -7,6 +7,5 @@
"paths": {
"@/*": ["src/*"]
},
"outDir": "./dist"
}
}