feat: 暗色模式星空背景、主题切换顺序优化

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 00:06:02 +08:00
parent 19b770c948
commit 45fda56fb8
5 changed files with 170 additions and 18 deletions
+3 -2
View File
@@ -24,9 +24,10 @@ useSeoMeta({
</script>
<template>
<div class="min-h-screen flex flex-col">
<div class="min-h-screen flex flex-col relative z-10">
<LayoutStarField />
<LayoutNavBar />
<main class="flex-1">
<main class="flex-1 relative z-10">
<slot />
</main>
<LayoutFooter />