v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -9,6 +9,8 @@ export default {
dropdownItemRefreshCache: 'Clean cache',
dropdownItemSwitchAccount: 'Account Setting',
dropdownItemSwitchDefaultHomePage: 'Switch Home Page',
dropdownItemSwitchDefaultWeb: 'Web Download',
dropdownItemSwitchDefaultAndroid: 'Android Apk Download',
tooltipErrorLog: 'Error log',
tooltipLock: 'Lock screen',

View File

@ -95,6 +95,7 @@ export default {
userName: 'Username',
password: 'Password',
loginOrgCode: 'Department',
inputCode: 'Verification code',
confirmPassword: 'Confirm Password',
email: 'Email',

View File

@ -10,6 +10,9 @@ export default {
dropdownItemSwitchAccount: '账户设置',
dropdownItemSwitchDefaultHomePage: '切换首页',
dropdownItemSwitchDefaultWeb: '桌面应用',
dropdownItemSwitchDefaultAndroid: '移动App',
// tooltip
tooltipErrorLog: '错误日志',
tooltipLock: '锁定屏幕',

View File

@ -95,6 +95,7 @@ export default {
userName: '账号',
password: '密码',
loginOrgCode: '部门',
inputCode: '验证码',
confirmPassword: '确认密码',
email: '邮箱',