mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-06 04:06:25 +00:00
👀v0.2.3,添加3个配置项目,展览详情支持发送活动介绍栏目内容
This commit is contained in:
@ -11,5 +11,8 @@ BGIMAGE_PATH = RES_PATH / "bgimage"
|
||||
class ConfigModel(BaseModel):
|
||||
acgnshow_pagesize: int = 8
|
||||
acgnshow_bgimage_path: str = BGIMAGE_PATH
|
||||
acgnshow_send_show_details_html: bool = False
|
||||
acgnshow_show_details_html_scale: float = 0.6
|
||||
acgnshow_show_details_html_img_count: int = 2
|
||||
|
||||
config: ConfigModel = get_plugin_config(ConfigModel)
|
||||
|
Reference in New Issue
Block a user