chore: initialize frontend miniapp repository

This commit is contained in:
lyf
2026-06-09 21:08:45 +08:00
commit a90f63cef0
107 changed files with 60454 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# 依赖
node_modules/
# 构建输出
dist/
unpackage/
.vite/
.tmp/
coverage/
*.tsbuildinfo
.eslintcache
# 本地环境配置
.env.local
.env.*.local
.claude/*.local.json
# IDE 配置
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 日志
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 操作系统文件
.DS_Store
Thumbs.db
# 临时文件
*.log
tmp/
temp/