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

@@ -13,7 +13,7 @@ const props = defineProps({
const emit = defineEmits(["update:modelValue"]);
// 定义颜色预设
// 主题颜色预设
const colorPresets = [
"#4080FF",
"#ff4500",

View File

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