feat: ✨ 新增浅色模式下的侧边栏配色切换:深蓝色、白色
This commit is contained in:
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -76,6 +76,8 @@ declare global {
|
||||
watermarkEnabled: boolean;
|
||||
/** 水印内容 */
|
||||
watermarkContent: string;
|
||||
/** 侧边栏配色方案(light-white | light-darkBlue) */
|
||||
sidebarColorScheme: "light-white" | "light-darkBlue";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user