feat: 支持Android端导出到Documents并多语言提示

Android端数据导出改为直接保存至Documents目录,导出成功后弹出带路径的多语言提示。引入@capacitor/status-bar与@capawesome/capacitor-file-picker依赖,主入口设置原生状态栏颜色与样式。各语言包补充导出成功带路径提示文案。
This commit is contained in:
谦君
2025-12-20 02:55:00 +08:00
parent 65a143bec2
commit 8e34d08545
12 changed files with 54 additions and 15 deletions

View File

@@ -846,6 +846,7 @@ export default {
export: '匯出',
exporting: '匯出中...',
exportSuccess: '匯出成功',
exportSuccessWithPath: '匯出成功,檔案已儲存到:{path}',
exportFailed: '匯出失敗,請重試',
importData: '匯入資料',
importDataDesc: '從JSON檔案恢復遊戲進度',