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 ```markdown
1. 最初の項目 1. 最初の項目
2. 2 番目の項目 2. 番目の項目
3. 3 番目の項目 3. 番目の項目
``` ```
#### 効果 #### 効果
1. 最初の項目 1. 最初の項目
2. 2 番目の項目 2. 番目の項目
3. 3 番目の項目 3. 番目の項目
### 順序なしリスト ### 順序なしリスト

View file

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

View file

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

View file

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