first commit
This commit is contained in:
11
src/components/layout/ConfigCarrier.astro
Normal file
11
src/components/layout/ConfigCarrier.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import { backgroundWallpaper, siteConfig } from "@/config";
|
||||
---
|
||||
|
||||
<!-- 全局配置载体 -->
|
||||
<div
|
||||
id="config-carrier"
|
||||
data-hue={siteConfig.themeColor.hue}
|
||||
data-wallpaper-mode={backgroundWallpaper.mode}
|
||||
>
|
||||
</div>
|
||||
Reference in New Issue
Block a user