[Readme] update

This commit is contained in:
Wizerd
2023-12-24 18:10:47 +08:00
parent 68c902f611
commit 57a028540f

View File

@@ -113,7 +113,7 @@
- `enabled_markdown_image_output`: 用于设置是否开启 Bot 模式下绘图插件的markdown格式的图片输出可选值为`true``false`,默认为 `false`开启后将会输出markdown格式的图片输出仅在 `bot_mode.enabled``true` 时生效。
- `enabled_plain_image_url_output`: 用于设置是否开启 Bot 模式下绘图插件的纯图片链接非markdown格式输出可选值为`true``false`,默认为 `false`,开启后,将会输出纯图片链接输出,仅在 `bot_mode.enabled``true` 时生效。
- `enabled_plain_image_url_output`: 用于设置是否开启 Bot 模式下绘图插件的纯图片链接非markdown格式输出可选值为`true``false`,默认为 `false`,开启后,将会输出纯图片链接输出,仅在 `bot_mode.enabled``true` 时生效。注意:与`enabled_markdown_image_output` 同时开启时,只会输出非 markdown 格式的图片。
- `enabled_bing_reference_output`: 用于设置是否开启 Bot 模式下联网插件的引用输出,可选值为:`true``false`,默认为 `false`,开启后,将会输出联网插件的引用,仅在 `bot_mode.enabled``true` 时生效。