first commit

This commit is contained in:
2025-09-23 07:35:11 +00:00
commit a5dd3f1335
110 changed files with 46108 additions and 0 deletions

7
check.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# 独立的TypeScript检查脚本完全避免npm警告
# 直接调用node_modules中的vue-tsc
echo "正在进行TypeScript类型检查..."
./node_modules/.bin/vue-tsc --noEmit
echo "TypeScript检查完成"