rwadurian/frontend
hailin d91550f704 fix(mining-app): FileProvider 使用 root-path 覆盖 Flutter app_flutter 目录
files-path 映射到 getFilesDir() 即 /data/data/<pkg>/files/,
但 Flutter getApplicationDocumentsDirectory() 返回 /data/data/<pkg>/app_flutter/,
两者是同级目录而非父子关系,files-path 无法覆盖。
使用 root-path 映射设备根路径 /,确保所有内部路径都能被 FileProvider 解析。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:58:23 -08:00
..
.claude refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
admin-web feat(mining-app): improve UX with non-blocking splash and skeleton loading 2026-01-12 21:48:31 -08:00
mining-admin-web feat(admin-web): P2P划转记录管理页面 + 手续费汇总 2026-01-30 10:41:55 -08:00
mining-app fix(mining-app): FileProvider 使用 root-path 覆盖 Flutter app_flutter 目录 2026-01-30 13:58:23 -08:00
mobile-app chore(mobile-app): 更新开屏静态图片 2026-01-09 10:42:53 -08:00
mobile-upgrade fix(mobile-upgrade): 自动解包 mining-admin-service TransformInterceptor 响应 2026-01-29 13:01:12 -08:00
temp_backup refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
README.MD . 2025-11-25 10:17:37 +08:00

README.MD