upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

36
前端源码/uni-app/.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# 依赖
node_modules/
# 构建输出
unpackage/
dist/
# 本地环境配置
.env.local
.env.*.local
# 编辑器/IDE
.vscode/
.idea/
*.swp
*.swo
*.vsix
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 缓存
.cache/
.temp/
*.cache
# 小程序本地配置
project.private.config.json