feat: 小程序连接服务器IP + 同步未提交开发
- miniprogram/config.js: BASE_URL 指向 http://192.227.237.8:3001 - 动作标题中文化(nameZh),搜索匹配 name/nameZh/nameEn - 新增计划/收藏/我的 等页面与组件 - 后端 Docker 化(Dockerfile/.dockerignore)与翻译脚本 - .gitignore 补充 .DS_Store
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,36 +1,22 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# dependencies
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# build output
|
||||
# 构建产物
|
||||
dist/
|
||||
dist-ssr/
|
||||
out/
|
||||
build/
|
||||
|
||||
# runtime data (local JSON "database")
|
||||
# 运行时用户数据(登录/收藏/计划),首次启动自动生成,不入库
|
||||
backend/data-store/
|
||||
|
||||
# env / secrets
|
||||
# 本地媒体同步目录(可选)
|
||||
backend/media/
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.env.local
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# wechat devtools private config (auto-generated)
|
||||
# 小程序开发者工具私有配置
|
||||
miniprogram/project.private.config.json
|
||||
|
||||
# coverage / cache
|
||||
coverage/
|
||||
.cache/
|
||||
.turbo/
|
||||
# macOS 垃圾文件
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user