feat(ui): add userPanel component

This commit is contained in:
songlh
2024-10-22 13:59:38 +08:00
parent 00ceee3408
commit e6be756e42
9 changed files with 547 additions and 47 deletions

View File

@@ -168,6 +168,15 @@ export default {
monetaryAmount: 'monetary amount',
custom: 'custom',
},
userPanel: {
myProfile: 'My Profile',
accountPassword: 'Password',
notice: 'Notice',
switchLanguage: 'Switch Language',
bindAccount: 'Bind Account',
switchAccount: 'Switch Account',
logout: 'Logout'
},
cmdb: cmdb_en,
cs: cs_en,
acl: acl_en,

View File

@@ -168,6 +168,15 @@ export default {
monetaryAmount: '货币金额',
custom: '自定义',
},
userPanel: {
myProfile: '个人中心',
accountPassword: '账号密码',
notice: '通知中心',
switchLanguage: '切换语言',
bindAccount: '绑定账号',
switchAccount: '切换账号',
logout: '退出账号'
},
cmdb: cmdb_zh,
cs: cs_zh,
acl: acl_zh,