perf(hooks): perf useHookTable

This commit is contained in:
Soybean
2023-07-26 00:49:55 +08:00
parent b3ae7605d3
commit 809fa85706
3 changed files with 16 additions and 139 deletions

View File

@ -18,6 +18,6 @@ declare namespace StorageInterface {
/** 多页签路由信息 */
multiTabRoutes: App.GlobalTabRoute[];
/** 本地语言缓存 */
lang: I18nType.langType;
lang: I18nType.LangType;
}
}