mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
feat: 支持Android返回键退出确认与多语言提示
新增Android端返回键退出确认弹窗,防止误触直接退出应用。各语言包补充退出确认标题与提示语,提升多语言体验。依赖新增@capacitor/app,样式与主题适配同步优化。
This commit is contained in:
@@ -45,7 +45,9 @@ export default {
|
||||
current: '当前',
|
||||
level: '等级',
|
||||
gmModeActivated: 'GM 模式已激活!请查看导航菜单。',
|
||||
view: '查看'
|
||||
view: '查看',
|
||||
exitConfirmTitle: '退出游戏',
|
||||
exitConfirmMessage: '确定要退出游戏吗?游戏进度会自动保存。'
|
||||
},
|
||||
errors: {
|
||||
requirementsNotMet: '不满足前置条件',
|
||||
|
||||
Reference in New Issue
Block a user