🚰v0.2.3.3,默认pagesize改为10,纯纯的水版本

This commit is contained in:
2024-10-03 02:05:57 +08:00
parent 90b99574c4
commit dbfbbbc711
2 changed files with 3 additions and 7 deletions

View File

@ -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