feat: 初始化工程

This commit is contained in:
2026-08-24 19:52:51 +08:00
commit d0113394ec
17 changed files with 22626 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# ===== 依赖 =====
node_modules/
.pnpm-store/
# ===== 构建产物Vite / uni-app / 微信开发者工具输出) =====
dist/
dist-ssr/
unpackage/
__uni__*/
dev/
build/
.mp-weixin/
miniprogram_npm/
miniprogram_dist/
# ===== Vite / TS 缓存 =====
.vite/
*.tsbuildinfo
*.cache/
.eslintcache
# ===== 本地环境配置(含密钥,绝不提交) =====
.env
.env.local
.env.*.local
# ===== 日志 =====
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# ===== IDE / 编辑器 =====
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
# ===== 系统文件 =====
.DS_Store
Thumbs.db
# ===== 微信开发者工具私有配置(每人不同) =====
project.private.config.json