wip: 临时提交

This commit is contained in:
Ray.Hao
2025-05-25 06:22:00 +08:00
parent 4833aa3ba7
commit 6d8de5dbdb
8 changed files with 7 additions and 17 deletions

View File

@@ -107,16 +107,6 @@ const navbarActionsClass = computed(() => {
return "navbar-actions--dark-text";
}
}
// 左侧布局下,如果侧边栏是经典蓝色,顶部导航栏使用白色文字
if (layout === "left" && sidebarColorScheme === SidebarColor.CLASSIC_BLUE) {
return "navbar-actions--white-text";
}
// 左侧布局下的其他情况(包括极简白),使用默认深色文字
if (layout === "left") {
return "navbar-actions--dark-text";
}
}
return "navbar-actions--dark-text";