feat: 服务端集成自动打包流程

This commit is contained in:
shen
2026-07-17 22:34:04 +08:00
parent a2437a039d
commit d1f070b251
221 changed files with 7284 additions and 447 deletions
+9 -10
View File
@@ -1,23 +1,22 @@
# === iOS 自动打包服务配置 ===
# 复制此文件为 .env 并修改为实际值
# ---- 项目路径 ----
# iOS 源码项目根目录(也用于 AutoPacking 脚本路径
PROJECT_ROOT=/Users/shen/Work/Code/Readoor
# ---- 目录配置 ----
# 分支源码根目录,每个分支一个子目录(如 ReadoorBranches/main、ReadoorBranches/dev
GIT_SOURCE_BASE=./ReadoorBranches
# 打包输出基础目录(每次打包会在此目录下创建子目录)
BUILD_BASE_DIR=/Users/shen/Documents
BUILD_BASE_DIR=./build
# ---- 分支源码管理 ----
# 分支源码根目录,每个分支一个子目录(如 ReadoorBranches/main、ReadoorBranches/dev
GIT_SOURCE_BASE=/Users/shen/Work/Code/ReadoorBranches
# Git 远程仓库地址,分支目录不存在时自动 clone
GIT_REMOTE_URL=git@github.com:your-org/readoor.git
GIT_REMOTE_URL=https://pineapple.readoor.cn:9080/trn/triapp.git
GIT_USERNAME=shenlei
GIT_PASSWORD='&s9U5fbreA'
# ---- 服务端口 ----
BACKEND_PORT=8000
FRONTEND_PORT=3000
BACKEND_PORT=5002
FRONTEND_PORT=5999
# ---- 管理员账号 ----
ADMIN_USERNAME=admin