Squash merge feat/expo-app: app-expo, .cursor, workflows, package.json, .husky; remove app-android, app-ios, react-app

This commit is contained in:
Kevin
2026-03-19 01:12:17 +08:00
parent 9e4f301ab9
commit b4f4369b7d
544 changed files with 23707 additions and 67151 deletions

View File

@@ -1,5 +1,15 @@
# GitHub Actions CI/CD 工作流配置说明
## 工作流列表
| 工作流 | 说明 | 文档 |
|--------|------|------|
| Docker Build and Deploy | API 镜像构建与部署 | 见下文 |
| Android Release Build | Android APK 构建与发布 | 见下文 |
| App Expo Deploy | app-expo Web 构建与发布 | [docs/app-expo-deploy.md](../../docs/app-expo-deploy.md) |
---
## 概述
本工作流实现了自动化的 Docker 镜像构建和部署流程: