feat(projects): 菜单字典适配 i18n

This commit is contained in:
xlsea
2025-06-11 20:36:53 +08:00
parent d141ed5bef
commit 39dd9acca9
8 changed files with 52 additions and 10 deletions

View File

@ -234,6 +234,13 @@ const local: App.I18n.Schema = {
exception_404: '404',
exception_500: '500'
},
dict: {
sys_user_sex: {
male: '男',
female: '女',
unknown: '未知'
}
},
page: {
login: {
common: {