feat(android): establish Roubao build baseline

This commit is contained in:
QiuSW
2026-07-25 18:20:37 +08:00
parent 285606639b
commit 04fa4a0994
96 changed files with 15249 additions and 125 deletions
+5 -5
View File
@@ -21,12 +21,12 @@ MVP 不自动提交订单、不支付、不绕过验证码或平台风控。
```text
cmroubao/
├── android-buyer/ # 基于 Roubao 二次开发的采购 App,待接入
├── android-buyer/ # Roubao main 固定 commit 的 Android 基线
├── backend-api/ # Go-Gin API、管理页面和任务数据,待创建
├── docs/ # Harness Coding 项目事实和执行约束
├── AGENTS.md # AI coding agent 权威入口
├── init.ps1 # Windows 标准验证入口,待 T-001 配置
└── init.sh # Unix/WSL 等价入口,待 T-001 配置
├── init.ps1 # Windows 标准构建/真机启动入口
└── init.sh # Unix 等价构建/真机启动入口
```
管理人员使用 Web 管理端,采购人员使用 Android App;二者共享同一后端、任务数据
@@ -53,5 +53,5 @@ Android 8.0(API 26),目标为 Android 14(API 34)。具体版本和本
- [当前实现状态](docs/current-state.md)
- [完整文档导航](docs/README.md)
当前仓库只有文档,还没有接入 Roubao、后端代码或可构建 APK。真实状态以
[`docs/current-state.md`](docs/current-state.md) 为准。
Roubao Android 基线已经接入并完成 Debug APK 构建和真机启动;Go 后端尚未建立。
真实状态以 [`docs/current-state.md`](docs/current-state.md) 为准。