mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
Optimize the logic for switching between light and dark modes
This commit is contained in:
parent
abdcd76a80
commit
88a3a9f46b
9 changed files with 13 additions and 10 deletions
|
@ -25,7 +25,7 @@ site: {
|
|||
// サイト説明
|
||||
description: 'Retypeset is a static blog theme...'
|
||||
// 上記の静的設定の代わりに src/i18n/ui.ts の多言語タイトル/サブタイトル/説明を使用
|
||||
i18nTitle: true // true, false
|
||||
i18nTitle: true // light, dark, auto
|
||||
// 著者名
|
||||
author: 'radishzz'
|
||||
// サイトURL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue