From 149279589641da238c70b874efecb73b4de61772 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Thu, 14 Aug 2025 14:26:29 +0800 Subject: [PATCH] =?UTF-8?q?style(config):=20=E5=8A=A0=E5=85=A5=20Mica=20?= =?UTF-8?q?=E4=BA=91=E6=AF=8D=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. style(config): 默认亮暗色改为 LIGHT_MODE 2. 更新知更鸟 Credit: Pixiv @KiraraShss 3. style(config): 加入 theme-color 顶部横幅 --- src/components/LightDarkSwitch.svelte | 24 ++--- src/constants/constants.ts | 2 +- src/layouts/Layout.astro | 1 + src/layouts/MainGridLayout.astro | 2 +- src/styles/main.css | 132 +++++++++++++++++++++----- 5 files changed, 119 insertions(+), 42 deletions(-) diff --git a/src/components/LightDarkSwitch.svelte b/src/components/LightDarkSwitch.svelte index 70595d7..b676c7b 100644 --- a/src/components/LightDarkSwitch.svelte +++ b/src/components/LightDarkSwitch.svelte @@ -1,5 +1,5 @@