📝 Docs: Add description of "showThumbnail" option of GitHub shortcodes in other lang

This commit is contained in:
Fanovian
2025-09-01 11:53:49 +08:00
parent 9cc808ea93
commit 42f7e80bcd
3 changed files with 4 additions and 1 deletions

View File

@@ -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` |
<!-- prettier-ignore-end -->
**Example 1:**

View File

@@ -420,6 +420,7 @@ Blowfish も、標準の Markdown 構文を使用して含まれる画像の自
| パラメータ | 説明 |
| --------- | ----------------------------------------------------- |
| `repo` | [文字列] `username/repo` 形式の github リポジトリ |
| `showThumbnail` | [ブール値] サムネイルを表示するかどうか。デフォルトは `true`。 |
<!-- prettier-ignore-end -->
**例1:**

View File

@@ -426,7 +426,8 @@ Blowfish 还支持使用标准 Markdown 语法自动转换图像。只需使用
<!-- prettier-ignore-start -->
| 参数 | 功能 |
| ------ | ---------------------------------------------- |
| `repo` | [String] 格式为 `username/repo` 的 github repo |
| `repo` | \[字符串] 格式为 `username/repo` 的 github repo |
| `showThumbnail` | **可选** \[布尔值] 是否显示缩略图,默认为 `true` |
<!-- prettier-ignore-end -->
**例1:**