feat(other): 新增菜单字典多语言适配 SQL

This commit is contained in:
xlsea
2025-06-18 22:58:48 +08:00
parent 27f061957e
commit 0f33f4a301
7 changed files with 65 additions and 32 deletions

View File

@ -467,6 +467,7 @@ declare namespace App {
};
};
route: Record<I18nRouteKey, string>;
menu: Record<string, string>;
dict: Record<string, Record<string, string>>;
page: {
common: {