fix(enum): 🐛 同步调整枚举文件重命名导入路径

This commit is contained in:
Ray.Hao
2025-09-22 16:52:26 +08:00
parent 39f124ed61
commit 9479feaba3
24 changed files with 42 additions and 43 deletions

View File

@@ -67,7 +67,7 @@ declare global {
/** 主题颜色 */
themeColor: string;
/** 主题模式(dark|light) */
theme: import("@/enums/settings/theme.enum").ThemeMode;
theme: import("@/enums/settings/theme-enum").ThemeMode;
/** 布局大小(default |large |small) */
size: string;
/** 语言( zh-cn| en) */