This commit is contained in:
2023-12-04 15:36:23 +08:00
parent d1ef256545
commit 5f73de6b35
6 changed files with 25 additions and 16 deletions

View File

@@ -107,7 +107,9 @@ module.exports = {
poweroff: '关机',
softwarerestart: '软启动',
restart: '重启',
skipdetection: '跳过检测'
skipdetection: '跳过检测',
toast1: '请选择坐标',
toast2: 'RC控制与Joy控制不能同时开启'
},
button: {
cancel: '取消',
@@ -127,6 +129,7 @@ module.exports = {
changepassword: '修改密码',
exit: '退出',
oldpassword: '旧的密码',
newpassword: '新的密码'
newpassword: '新的密码',
operationfailed: '操作失败'
}
}