feat: 更新环境配置,调整 API URL 和库地址;添加 PWA 安装支持;更新路由和组件定义
This commit is contained in:
@@ -437,5 +437,19 @@
|
||||
"amountMaxError": "Amount cannot exceed available balance {amount}",
|
||||
"fromAccountRequired": "Please select from account",
|
||||
"toAccountRequired": "Please select to account"
|
||||
},
|
||||
"pwa": {
|
||||
"install": {
|
||||
"installApp": "Install App",
|
||||
"addToHomeScreen": "Add to Home Screen",
|
||||
"howToInstall": "How to Install",
|
||||
"success": "Installation Successful",
|
||||
"successMessage": "The app has been successfully added to your device",
|
||||
"iosTitle": "Install App on iOS",
|
||||
"iosStep1": "1. Tap the Share button at the bottom toolbar",
|
||||
"iosStep2": "2. Scroll down and tap 'Add to Home Screen'",
|
||||
"iosStep3": "3. Tap 'Add' to confirm installation",
|
||||
"iosNote": "Once installed, you can use it like a native app"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user