We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d567c05 commit d5a3a25Copy full SHA for d5a3a25
src/typings/app.d.ts
@@ -374,7 +374,7 @@ declare namespace App {
374
themeColor: {
375
title: string;
376
followPrimary: string;
377
- } & Theme.ThemeColor;
+ } & Record<Theme.ThemeColorKey, string>;
378
recommendColor: string;
379
recommendColorDesc: string;
380
preset: {
src/views/_builtin/login/index.vue
@@ -23,7 +23,7 @@ const appStore = useAppStore();
23
const themeStore = useThemeStore();
24
25
interface LoginModule {
26
- label: string;
+ label: App.I18n.I18nKey;
27
component: Component;
28
}
29
0 commit comments