mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
添加了关于BISON_USE_PIC_MERGE配置项的相关文档说明
This commit is contained in:
parent
ffb5a01e7e
commit
e27c1bc353
@ -115,6 +115,16 @@ sidebar: auto
|
||||
开启,默认关
|
||||
- `BISON_USE_QUEUE`: 是否用队列的方式发送消息,降低发送频率,默认开
|
||||
- `BISON_RESEND_TIMES`: 最大重发次数,默认 0
|
||||
- `BISON_USE_PIC_MERGE`: 是否启用多图片时合并转发(仅限群)
|
||||
- `0`: 不启用(默认)
|
||||
- `1`: 首条消息单独发送,剩余图片合并转发
|
||||
- `2`: 所有消息全部合并转发
|
||||
::: details 配置项示例
|
||||
- 当`BISON_USE_PIC_MERGE=1`时:
|
||||

|
||||
- 当`BISON_USE_PIC_MERGE=2`时:
|
||||

|
||||
:::
|
||||
|
||||
## 使用
|
||||
|
||||
|
BIN
docs/usage/pic/forward-msg-simple1.png
Normal file
BIN
docs/usage/pic/forward-msg-simple1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
docs/usage/pic/forward-msg-simple2.png
Normal file
BIN
docs/usage/pic/forward-msg-simple2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
x
Reference in New Issue
Block a user