mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 增加i18n支持翻译菜单,tab,title
This commit is contained in:
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@ -18,5 +18,7 @@ declare namespace StorageInterface {
|
||||
themeSettings: Theme.Setting;
|
||||
/** 多页签路由信息 */
|
||||
multiTabRoutes: App.GlobalTabRoute[];
|
||||
/** 本地语言缓存 */
|
||||
lang: I18nType.langType;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user