From 886fcfde70b29d79c8dfdd5bb9cbb70b2d50eb6f Mon Sep 17 00:00:00 2001 From: li-chx Date: Sun, 16 Nov 2025 20:18:48 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BACSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content | 2 +- layouts/UserLayout.vue | 8 +++----- package.json | 3 +++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content b/content index c2459db..2865b12 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit c2459db584158403a05821f8a56327b9936cdbe1 +Subproject commit 2865b12ed961e0d4d066e11c04052bd710cf24e2 diff --git a/layouts/UserLayout.vue b/layouts/UserLayout.vue index b70d76b..7176b2e 100644 --- a/layouts/UserLayout.vue +++ b/layouts/UserLayout.vue @@ -4,9 +4,7 @@ import useColorModeStore from '~/stores/colorModeStore'; import { useWindowScroll } from '@vueuse/core'; const { colorMode } = storeToRefs(useColorModeStore()); -watch(colorMode, () => { - console.log('colorMode changed:', colorMode.value); -}); + const isHome = computed(() => useRoute().path === '/'); const items = ref([ { @@ -84,12 +82,12 @@ onMounted(() => { }" @mouseleave="collapsed = true">
+ class="flex bg-top absolute w-full h-full bg-[url('/79d52228c770808810a310115567e6790380823a.webp')] ">
+ class="flex bg-top absolute w-full h-full bg-[url('/anime-8788959.webp')]">
diff --git a/package.json b/package.json index b79bcac..4a197b6 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,11 @@ "packageManager": "pnpm@10.18.0", "devDependencies": { "@iconify-json/clarity": "^1.2.4", + "@iconify-json/codicon": "^1.2.32", + "@iconify-json/fluent": "^1.2.34", "@iconify-json/lucide": "^1.2.68", "@iconify-json/material-symbols": "^1.2.40", + "@iconify-json/octicon": "^1.2.19", "@stylistic/eslint-plugin": "^5.4.0", "@stylistic/eslint-plugin-jsx": "^4.4.1", "@vue/eslint-config-typescript": "^14.6.0",