mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2024-11-14 19:37:53 +08:00
🚰v0.2.3.3,默认pagesize改为10,纯纯的水版本
This commit is contained in:
parent
90b99574c4
commit
dbfbbbc711
@ -9,7 +9,7 @@ BGIMAGE_PATH = RES_PATH / "bgimage"
|
|||||||
|
|
||||||
|
|
||||||
class ConfigModel(BaseModel):
|
class ConfigModel(BaseModel):
|
||||||
acgnshow_pagesize: int = 8
|
acgnshow_pagesize: int = 10
|
||||||
acgnshow_bgimage_path: str = BGIMAGE_PATH
|
acgnshow_bgimage_path: str = BGIMAGE_PATH
|
||||||
acgnshow_send_show_details_html: bool = False
|
acgnshow_send_show_details_html: bool = False
|
||||||
acgnshow_show_details_html_scale: float = 0.6
|
acgnshow_show_details_html_scale: float = 0.6
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nonebot-plugin-acgnshow"
|
name = "nonebot-plugin-acgnshow"
|
||||||
version = "0.2.3.2"
|
version = "0.2.3.3"
|
||||||
description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据"
|
description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = "<4.0,>=3.9"
|
requires-python = "<4.0,>=3.9"
|
||||||
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
|
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nonebot2[fastapi, websockets]>=2.2.0",
|
"nonebot2>=2.2.0",
|
||||||
"nonebot-plugin-alconna>=0.48.0",
|
"nonebot-plugin-alconna>=0.48.0",
|
||||||
"nonebot-plugin-htmlrender>=0.3.2",
|
"nonebot-plugin-htmlrender>=0.3.2",
|
||||||
"jinja2>=3.1.4",
|
"jinja2>=3.1.4",
|
||||||
@ -20,10 +20,6 @@ Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow"
|
|||||||
|
|
||||||
[tool.nonebot]
|
[tool.nonebot]
|
||||||
plugins = ["nonebot_plugin_acgnshow"]
|
plugins = ["nonebot_plugin_acgnshow"]
|
||||||
adapters = [
|
|
||||||
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
|
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.pdm]
|
[tool.pdm]
|
||||||
|
Loading…
Reference in New Issue
Block a user