mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 02:40:04 -04:00
style(config): 加入 Mica 云母效果
1. style(config): 默认亮暗色改为 LIGHT_MODE 2. 更新知更鸟 Credit: Pixiv @KiraraShss 3. style(config): 加入 theme-color 顶部横幅
This commit is contained in:
@@ -3,7 +3,7 @@ export const PAGE_SIZE = 8;
|
||||
export const LIGHT_MODE = "light",
|
||||
DARK_MODE = "dark",
|
||||
AUTO_MODE = "auto";
|
||||
export const DEFAULT_THEME = AUTO_MODE;
|
||||
export const DEFAULT_THEME = LIGHT_MODE;
|
||||
|
||||
// Banner height unit: vh
|
||||
export const BANNER_HEIGHT = 35;
|
||||
|
||||
Reference in New Issue
Block a user