feat: initial release
Publish to npm / publish (push) Failing after 9s

This commit is contained in:
2026-03-31 06:40:07 +08:00
commit 85020ccbf3
10 changed files with 2278 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 源码不发布
src/
# 开发文件
tsconfig.json
vite.config.ts
vue.config.js
# 测试
**/*.test.ts
**/*.spec.ts
__tests__/
# IDE
.vscode/
.idea/
# Git
.git
.gitignore
# 其他
*.log
.DS_Store
node_modules/