feat: 支持Android返回键退出确认与多语言提示

新增Android端返回键退出确认弹窗,防止误触直接退出应用。各语言包补充退出确认标题与提示语,提升多语言体验。依赖新增@capacitor/app,样式与主题适配同步优化。
This commit is contained in:
谦君
2025-12-20 02:21:18 +08:00
parent c16d264209
commit 9a52bac7f1
12 changed files with 78 additions and 28 deletions

View File

@@ -45,7 +45,9 @@ export default {
current: '当前',
level: '等级',
gmModeActivated: 'GM 模式已激活!请查看导航菜单。',
view: '查看'
view: '查看',
exitConfirmTitle: '退出游戏',
exitConfirmMessage: '确定要退出游戏吗?游戏进度会自动保存。'
},
errors: {
requirementsNotMet: '不满足前置条件',