chore: 🔨 注释完善

This commit is contained in:
Ray.Hao
2025-02-20 08:23:31 +08:00
parent 9084de4843
commit 3a0e4cb8df
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ declare global {
/** 是否显示侧边栏Logo */
sidebarLogo: boolean;
/** 导航栏布局(left|top|mix) */
layout: string;
layout: "left" | "top" | "mix";
/** 主题颜色 */
themeColor: string;
/** 主题模式(dark|light) */