refactor: ♻️ 侧边栏配色方案命名优化调整

This commit is contained in:
Ray.Hao
2025-02-21 00:19:54 +08:00
parent 624ccff5ca
commit bd9af1add2
13 changed files with 49 additions and 54 deletions

View File

@@ -18,15 +18,15 @@ export const enum ThemeEnum {
}
/**
* 浅色主题下的侧边栏配色方案枚举
* 侧边栏配色方案枚举
*/
export const enum SidebarLightThemeEnum {
export const enum SidebarColorEnum {
/**
* 深蓝色
* 经典蓝
*/
DARKBLUE = "light-darkBlue",
CLASSIC_BLUE = "classic-blue",
/**
* 白
* 极简
*/
WHITE = "light-white",
MINIMAL_WHITE = "minimal-white",
}