feat(android): import private Shopee probe tasks
This commit is contained in:
@@ -41,6 +41,19 @@ Android 8.0(API 26),目标为 Android 14(API 34)。具体版本和本
|
||||
[`docs/03-tech-stack.md`](docs/03-tech-stack.md) 与
|
||||
[`docs/current-state.md`](docs/current-state.md)。
|
||||
|
||||
## 私有样本导入
|
||||
|
||||
```powershell
|
||||
Set-Location android-buyer
|
||||
.\gradlew.bat :tools:shopee-importer:run `
|
||||
--args="--input ../private-fixtures/shopee --output ../.local/probe-import"
|
||||
.\gradlew.bat :app:assembleDebug `
|
||||
'-PprobeFixturesDir=../.local/probe-import'
|
||||
```
|
||||
|
||||
普通 `.\init.ps1` 或不带 `-PprobeFixturesDir` 的 Debug 构建会清除先前注入的私有
|
||||
fixture,默认 APK 不携带真实订单资料。
|
||||
|
||||
## 文档入口
|
||||
|
||||
- [AI 开发入口](docs/00-ai-start-here.md)
|
||||
@@ -53,5 +66,5 @@ Android 8.0(API 26),目标为 Android 14(API 34)。具体版本和本
|
||||
- [当前实现状态](docs/current-state.md)
|
||||
- [完整文档导航](docs/README.md)
|
||||
|
||||
Roubao Android 基线已经接入并完成 Debug APK 构建和真机启动;Go 后端尚未建立。
|
||||
真实状态以 [`docs/current-state.md`](docs/current-state.md) 为准。
|
||||
Android Phase 0 已完成构建、真机设备就绪、workflow 测试和私有样本导入;Go 后端
|
||||
尚未建立。真实状态以 [`docs/current-state.md`](docs/current-state.md) 为准。
|
||||
|
||||
Reference in New Issue
Block a user