mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-05 11:46:25 +00:00
🚰v0.2.3.3,默认pagesize改为10,纯纯的水版本
This commit is contained in:
@ -9,7 +9,7 @@ BGIMAGE_PATH = RES_PATH / "bgimage"
|
||||
|
||||
|
||||
class ConfigModel(BaseModel):
|
||||
acgnshow_pagesize: int = 8
|
||||
acgnshow_pagesize: int = 10
|
||||
acgnshow_bgimage_path: str = BGIMAGE_PATH
|
||||
acgnshow_send_show_details_html: bool = False
|
||||
acgnshow_show_details_html_scale: float = 0.6
|
||||
|
Reference in New Issue
Block a user