style(theme-2): replace gold components and colors with blue-white scheme on desktop

This commit is contained in:
2026-06-30 11:04:13 +08:00
parent b327f65c63
commit 4d8389a716
36 changed files with 168 additions and 169 deletions

View File

@@ -42,7 +42,6 @@ const isDetailPage = computed(() => {
);
});
const showHeader = computed(() => !isDetailPage.value);
const showHeader = computed(() => !isDetailPage.value);
const showAnnouncement = computed(
() => !isDetailPage.value && !route.path.startsWith('/profile') && !route.path.startsWith('/announcements'),