feat: 添加暗黑模式支持,优化样式和背景图像

Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
This commit is contained in:
2025-06-04 00:52:05 +08:00
parent 8aefb0db7c
commit 9d05d0074a
7 changed files with 344 additions and 103 deletions

View File

@@ -98,6 +98,9 @@ export default defineNuxtConfig({
},
},
}),
options: {
darkModeSelector: ".s-dark",
},
},
},
},