添加插件用法,更改配置项名称

This commit is contained in:
2024-07-11 11:00:25 +00:00
parent 05c6119369
commit 72f040c7af
3 changed files with 20 additions and 6 deletions

View File

@ -6,6 +6,6 @@ TEMPLATE_NAME = "template.html"
BGIMAGE_PATH = RES_PATH / "bgimage"
class ConfigModel(BaseModel):
pagesize: int = 8
acgnshow_pagesize: int = 8
config: ConfigModel = get_plugin_config(ConfigModel)