mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): import i18n [引入i18n]
This commit is contained in:
18
src/typings/system.d.ts
vendored
18
src/typings/system.d.ts
vendored
@ -329,3 +329,21 @@ declare namespace Message {
|
||||
tagProps?: import('naive-ui').TagProps;
|
||||
}
|
||||
}
|
||||
|
||||
declare namespace I18nType {
|
||||
interface Schema {
|
||||
system: {
|
||||
title: string;
|
||||
};
|
||||
routes: {
|
||||
dashboard: {
|
||||
dashboard: string;
|
||||
analysis: string;
|
||||
workbench: string;
|
||||
};
|
||||
about: {
|
||||
about: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user