## mining-app (Flutter) - 新增 updater 模块: 版本检查、APK下载(断点续传+SHA256校验)、安装 - 新增 telemetry 模块: 事件上报、会话追踪、心跳检测(DAU统计) - 集成原生 MethodChannel 实现 APK 安装 - 在关于页面添加"检查更新"功能入口 ## mining-admin-service (NestJS) - 新增版本管理 API (/api/v2/versions) - 实现 DDD 架构: Entity, Value Objects, Repository - 支持 APK/IPA 解析 (需安装 adbkit-apkreader, jszip, plist) - 支持文件上传和静态文件服务 ## mobile-upgrade (Next.js) - 扩展支持多后端: 榴莲 App (admin-service) + 股行 App (mining-admin-service) - 添加应用选择器 UI - 配置独立的 API 端点 ## 修复 - 移除未使用的 _apiBaseUrl 字段 (Flutter) - 替换废弃的 WillPopScope 为 PopScope (Flutter) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.