mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-06 12:16:25 +00:00
✨v0.2,不会接受字数大于5的展览查询,添加展览详细信息展示,返回详细错误信息
This commit is contained in:
@ -3,7 +3,8 @@ from pydantic import BaseModel
|
||||
from nonebot import get_plugin_config
|
||||
|
||||
RES_PATH = Path(__file__).parent / "res"
|
||||
TEMPLATE_NAME = "template.html"
|
||||
LIST_TEMPLATE_NAME = "template.html"
|
||||
DETAILS_TEMPLATE_NAME = "details.html"
|
||||
BGIMAGE_PATH = RES_PATH / "bgimage"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user