mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 12:23:00 +08:00
修正注释错误...
This commit is contained in:
parent
48210675f7
commit
d3a782cb18
@ -13,7 +13,7 @@ class PlugConfig(BaseSettings):
|
|||||||
bison_to_me: bool = True
|
bison_to_me: bool = True
|
||||||
bison_skip_browser_check: bool = False
|
bison_skip_browser_check: bool = False
|
||||||
bison_use_pic_merge: int = 0#多图片时启用图片合并转发(仅限群),当bison_use_queue为False时该配置不会生效
|
bison_use_pic_merge: int = 0#多图片时启用图片合并转发(仅限群),当bison_use_queue为False时该配置不会生效
|
||||||
#0:不启用;1:首条消息单独发送,剩余照片合并转发;3:所有消息全部合并转发
|
#0:不启用;1:首条消息单独发送,剩余照片合并转发;2以及以上:所有消息全部合并转发
|
||||||
class Config:
|
class Config:
|
||||||
extra = "ignore"
|
extra = "ignore"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user