From 63a62a886b5bb3881dbdd7e874dd8545a7097c5c Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sat, 31 May 2025 19:24:09 +0100 Subject: [PATCH] docs: update theme guide --- src/content/posts/guides/Markdown Style Guide-ja.md | 8 ++++---- src/content/posts/guides/Theme Guide-ja.md | 6 +++--- src/content/posts/guides/Theme Guide-zh-tw.md | 6 +++--- src/content/posts/guides/Theme Guide-zh.md | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/content/posts/guides/Markdown Style Guide-ja.md b/src/content/posts/guides/Markdown Style Guide-ja.md index 41ef19f..ae0ca1d 100644 --- a/src/content/posts/guides/Markdown Style Guide-ja.md +++ b/src/content/posts/guides/Markdown Style Guide-ja.md @@ -174,15 +174,15 @@ abbrlink: markdown-style-guide ```markdown 1. 最初の項目 -2. 2 番目の項目 -3. 3 番目の項目 +2. 番目の項目 +3. 番目の項目 ``` #### 効果 1. 最初の項目 -2. 2 番目の項目 -3. 3 番目の項目 +2. 番目の項目 +3. 番目の項目 ### 順序なしリスト diff --git a/src/content/posts/guides/Theme Guide-ja.md b/src/content/posts/guides/Theme Guide-ja.md index 0dbead0..81576e3 100644 --- a/src/content/posts/guides/Theme Guide-ja.md +++ b/src/content/posts/guides/Theme Guide-ja.md @@ -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' diff --git a/src/content/posts/guides/Theme Guide-zh-tw.md b/src/content/posts/guides/Theme Guide-zh-tw.md index e7ecbf4..c550450 100644 --- a/src/content/posts/guides/Theme Guide-zh-tw.md +++ b/src/content/posts/guides/Theme Guide-zh-tw.md @@ -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' diff --git a/src/content/posts/guides/Theme Guide-zh.md b/src/content/posts/guides/Theme Guide-zh.md index 00f1444..7ea7b04 100644 --- a/src/content/posts/guides/Theme Guide-zh.md +++ b/src/content/posts/guides/Theme Guide-zh.md @@ -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'