mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
feat: 支持Android端导出到Documents并多语言提示
Android端数据导出改为直接保存至Documents目录,导出成功后弹出带路径的多语言提示。引入@capacitor/status-bar与@capawesome/capacitor-file-picker依赖,主入口设置原生状态栏颜色与样式。各语言包补充导出成功带路径提示文案。
This commit is contained in:
@@ -873,6 +873,7 @@ export default {
|
||||
export: '导出',
|
||||
exporting: '导出中...',
|
||||
exportSuccess: '导出成功',
|
||||
exportSuccessWithPath: '导出成功,文件已保存到:{path}',
|
||||
exportFailed: '导出失败,请重试',
|
||||
importData: '导入数据',
|
||||
importDataDesc: '从JSON文件恢复游戏进度',
|
||||
|
||||
Reference in New Issue
Block a user