添加新设置项,拆分css

This commit is contained in:
2024-08-24 17:44:52 +08:00
parent d5017e687f
commit 80a9b4d565
6 changed files with 171 additions and 213 deletions

View File

@ -9,6 +9,6 @@ BGIMAGE_PATH = RES_PATH / "bgimage"
class ConfigModel(BaseModel):
acgnshow_pagesize: int = 8
acgnshow_bgimage_path: str = BGIMAGE_PATH
config: ConfigModel = get_plugin_config(ConfigModel)