docs: update theme guide

This commit is contained in:
radishzzz 2025-05-31 19:24:09 +01:00
parent 2898141755
commit 63a62a886b
4 changed files with 13 additions and 13 deletions

View file

@ -174,15 +174,15 @@ abbrlink: markdown-style-guide
```markdown
1. 最初の項目
2. 2 番目の項目
3. 3 番目の項目
2. 番目の項目
3. 番目の項目
```
#### 効果
1. 最初の項目
2. 2 番目の項目
3. 3 番目の項目
2. 番目の項目
3. 番目の項目
### 順序なしリスト

View file

@ -97,9 +97,9 @@ global: {
```ts
comment: {
// コメント機能を有効にする
// コメントシステムを有効にする
enabled: true // true, false
// giscus コメント
// giscus コメントシステム
giscus: {
repo: 'radishzzz/comment-giscus'
repoID: 'R_kgDOOy1K0w'
@ -111,7 +111,7 @@ comment: {
emitMetadata: '0'
inputPosition: 'bottom'
}
// waline コメント
// waline コメントシステム
waline: {
// サーバー URL
serverURL: 'https://retypeset-comment.radishzz.cc'

View file

@ -97,9 +97,9 @@ global: {
```ts
comment: {
// 開啟評論
// 開啟評論系統
enabled: true // true, false
// giscus 評論
// giscus 評論系統
giscus: {
repo: 'radishzzz/comment-giscus'
repoID: 'R_kgDOOy1K0w'
@ -111,7 +111,7 @@ comment: {
emitMetadata: '0'
inputPosition: 'bottom'
}
// waline 評論
// waline 評論系統
waline: {
// 服務器地址
serverURL: 'https://retypeset-comment.radishzz.cc'

View file

@ -97,9 +97,9 @@ global: {
```ts
comment: {
// 开启评论
// 开启评论系统
enabled: true // true, false
// giscus 评论
// giscus 评论系统
giscus: {
repo: 'radishzzz/comment-giscus'
repoID: 'R_kgDOOy1K0w'
@ -111,7 +111,7 @@ comment: {
emitMetadata: '0'
inputPosition: 'bottom'
}
// waline 评论
// waline 评论系统
waline: {
// 服务器地址
serverURL: 'https://retypeset-comment.radishzz.cc'