mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
chore: add auto option for theme colors
This commit is contained in:
parent
88a3a9f46b
commit
21ae80e27d
4 changed files with 6 additions and 7 deletions
|
@ -25,7 +25,7 @@ site: {
|
|||
// サイト説明
|
||||
description: 'Retypeset is a static blog theme...'
|
||||
// 上記の静的設定の代わりに src/i18n/ui.ts の多言語タイトル/サブタイトル/説明を使用
|
||||
i18nTitle: true // light, dark, auto
|
||||
i18nTitle: true // true, false
|
||||
// 著者名
|
||||
author: 'radishzz'
|
||||
// サイトURL
|
||||
|
@ -41,7 +41,7 @@ site: {
|
|||
```ts
|
||||
color: {
|
||||
// デフォルトテーマモード
|
||||
mode: 'light' // light, dark
|
||||
mode: 'light' // light, dark, auto
|
||||
// ライトモード
|
||||
light: {
|
||||
// プライマリカラー
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue