chore: 🔨 注释完善
This commit is contained in:
@@ -13,7 +13,7 @@ const props = defineProps({
|
||||
|
||||
const emit = defineEmits(["update:modelValue"]);
|
||||
|
||||
// 定义颜色预设
|
||||
// 主题颜色预设
|
||||
const colorPresets = [
|
||||
"#4080FF",
|
||||
"#ff4500",
|
||||
|
||||
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -63,7 +63,7 @@ declare global {
|
||||
/** 是否显示侧边栏Logo */
|
||||
sidebarLogo: boolean;
|
||||
/** 导航栏布局(left|top|mix) */
|
||||
layout: string;
|
||||
layout: "left" | "top" | "mix";
|
||||
/** 主题颜色 */
|
||||
themeColor: string;
|
||||
/** 主题模式(dark|light) */
|
||||
|
||||
Reference in New Issue
Block a user