Files
jiu/docs/TODO.md
T
wangjia 480ce836bb
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
chore: release v1.0.18
移动端响应式适配(抽屉导航/列表卡片/弹窗自适应)、Android 正式签名与 APK 发布、
iOS(TestFlight) 工程与 CI、多平台构建流水线、相关文档同步。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 07:55:33 +08:00

15 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TODO(待办 / 后续迭代)
本文件收集已明确「本期不做、后续再做」的事项,避免遗漏。
## 移动端适配
- [ ] **iOS 上架与分发(待 Apple 账号)**iOS 工程与 TestFlight 流水线已就绪(见 `docs/ios-signing.md`),待注册 Apple Developer 账号、配置证书/Profile/API Key 等 Forgejo secrets 后即可自动上传 TestFlight;后续可考虑 App Store 正式上架。
- [ ] **Android 应用内 APK 静默安装**:当前 Android「立即更新」仅打开下载链接;后续做应用内下载 APK + `REQUEST_INSTALL_PACKAGES` 触发安装。
- [ ] **平板专属三栏布局**:当前仅手机窄屏 + 桌面两档;平板(600–1200px)后续可做更优的三栏/双栏布局。
## 意见反馈(v1.0.17 已上线)
- [ ] **管理端反馈查看 UI**:当前仅有 admin API`GET /api/v1/admin/feedback``PATCH /api/v1/admin/feedback/:id`),app 内尚无超管查看/处理反馈的界面。
- [ ] **新反馈通知**:提交反馈后暂无 Telegram/邮件通知,后续可加。