mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-06 04:06:25 +00:00
✨添加插件用法,更改配置项名称
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user