chore: release v1.0.18
Deploy / build-linux-web (push) Successful in 53s
Deploy / build-windows (push) Successful in 1m48s
Deploy / build-macos (push) Successful in 1m17s
Deploy / build-android (push) Successful in 4m13s
Deploy / build-ios (push) Successful in 9s
Deploy / release-deploy (push) Successful in 1m37s
Deploy / build-linux-web (push) Successful in 53s
Deploy / build-windows (push) Successful in 1m48s
Deploy / build-macos (push) Successful in 1m17s
Deploy / build-android (push) Successful in 4m13s
Deploy / build-ios (push) Successful in 9s
Deploy / release-deploy (push) Successful in 1m37s
移动端响应式适配(抽屉导航/列表卡片/弹窗自适应)、Android 正式签名与 APK 发布、 iOS(TestFlight) 工程与 CI、多平台构建流水线、相关文档同步。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -152,6 +152,19 @@ sh scripts/dev.sh --backend-only
|
||||
| KeyDownEvent 断言失败 | Flutter 3.41 + macOS 26 已知 bug | 改用 Chrome 运行 |
|
||||
| mouse_tracker 断言失败(debug)| Flutter debug 断言 + hover 事件 | 用 `--profile` 模式运行 |
|
||||
|
||||
### 移动端构建
|
||||
|
||||
```bash
|
||||
# Android(本地):无 client/android/key.properties 时自动回退 debug 签名
|
||||
cd client && flutter build apk --release
|
||||
|
||||
# iOS(本地验证编译,不签名)
|
||||
cd client && flutter build ios --release --no-codesign
|
||||
```
|
||||
|
||||
- 正式签名/发布由 CI 完成:Android 见 `docs/android-signing.md`,iOS(TestFlight)见 `docs/ios-signing.md`。
|
||||
- 移动端 UI 自动适配:窄屏走移动布局(Drawer 抽屉 + 列表卡片),规范见 `docs/context/project.md` 的「移动端 / 响应式 UI 规范」。
|
||||
|
||||
---
|
||||
|
||||
## 五、后端测试架构
|
||||
|
||||
Reference in New Issue
Block a user