From 42f7e80bcd8b780d116f7980939216a0d153bbd0 Mon Sep 17 00:00:00 2001 From: Fanovian Date: Mon, 1 Sep 2025 11:53:49 +0800 Subject: [PATCH] :memo: Docs: Add description of "showThumbnail" option of GitHub shortcodes in other lang --- exampleSite/content/docs/shortcodes/index.it.md | 1 + exampleSite/content/docs/shortcodes/index.ja.md | 1 + exampleSite/content/docs/shortcodes/index.zh-cn.md | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.it.md b/exampleSite/content/docs/shortcodes/index.it.md index dbb72292..bfdb66f7 100644 --- a/exampleSite/content/docs/shortcodes/index.it.md +++ b/exampleSite/content/docs/shortcodes/index.it.md @@ -423,6 +423,7 @@ In order to add images to the gallery, use `img` tags for each image and add `cl | Parameter | Description | | --------- | ----------------------------------------------------- | | `repo` | [String] github repo in the format of `username/repo` | +| `showThumbnail` | **Optional.** [Boolean] Whether to show the thumbnail, defaults to `true` | **Example 1:** diff --git a/exampleSite/content/docs/shortcodes/index.ja.md b/exampleSite/content/docs/shortcodes/index.ja.md index 56d129c7..3bc4c58e 100644 --- a/exampleSite/content/docs/shortcodes/index.ja.md +++ b/exampleSite/content/docs/shortcodes/index.ja.md @@ -420,6 +420,7 @@ Blowfish も、標準の Markdown 構文を使用して含まれる画像の自 | パラメータ | 説明 | | --------- | ----------------------------------------------------- | | `repo` | [文字列] `username/repo` 形式の github リポジトリ | +| `showThumbnail` | [ブール値] サムネイルを表示するかどうか。デフォルトは `true`。 | **例1:** diff --git a/exampleSite/content/docs/shortcodes/index.zh-cn.md b/exampleSite/content/docs/shortcodes/index.zh-cn.md index 04a92b09..57351e9e 100644 --- a/exampleSite/content/docs/shortcodes/index.zh-cn.md +++ b/exampleSite/content/docs/shortcodes/index.zh-cn.md @@ -426,7 +426,8 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用 | 参数 | 功能 | | ------ | ---------------------------------------------- | -| `repo` | [String] 格式为 `username/repo` 的 github repo | +| `repo` | \[字符串] 格式为 `username/repo` 的 github repo | +| `showThumbnail` | **可选** \[布尔值] 是否显示缩略图,默认为 `true` | **例1:**