🐛 改漏了

This commit is contained in:
惜月 2023-01-13 14:39:10 +08:00 committed by GitHub
parent 4b1bdfbf8c
commit 95a47d8edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ class ConfigModel(BaseModel):
qrcode_bind_use_url: bool = Field(False, alias='绑定二维码以链接形式发送')
img_use_cache: bool = Field(True, alias='图片资源缓存开关')
reboot_card_ban: List[int] = Field(list, alias='禁用重启时修改群名片群列表')
reboot_card_ban: List[int] = Field([], alias='禁用重启时修改群名片群列表')
sim_gacha_cd_group: int = Field(30, alias='模拟抽卡群冷却')
sim_gacha_cd_member: int = Field(60, alias='模拟抽卡群员冷却')