feat: 暗色模式星空背景、主题切换顺序优化
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user