v0.1.5,添加一行注意事项文本

This commit is contained in:
Asankilp 2024-08-15 21:33:20 +08:00
parent e82edfcae6
commit a6e607443c
2 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,9 @@ usage = """命令格式:
展览 福建 2 展览 福建 2
福建展览 2 福建展览 2
全国展览 全国展览
海外展览""" 海外展览
数据来源于哔哩哔哩会员购由于API返回结果与实际存在差异数据可能不准确"""
__author__ = "Asankilp" __author__ = "Asankilp"
__plugin_meta__ = PluginMetadata( __plugin_meta__ = PluginMetadata(
name="漫展/展览查询", name="漫展/展览查询",
@ -25,7 +27,8 @@ __plugin_meta__ = PluginMetadata(
config=ConfigModel, config=ConfigModel,
homepage="https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow", homepage="https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow",
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"), supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
extra={"License":"MIT","Author":"Swankily"} #extra={"License":"MIT","Author":"Swankily"} snowykami的奇妙纠错
extra={"License":"MIT","Author":"Asankilp"}
) )
driver = get_driver() driver = get_driver()

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nonebot-plugin-acgnshow" name = "nonebot-plugin-acgnshow"
version = "0.1.4.2" version = "0.1.5"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据" description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md" readme = "README.md"
requires-python = "<4.0,>=3.9" requires-python = "<4.0,>=3.9"
@ -12,7 +12,7 @@ dependencies = [
"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",
"aiohttp>=4.0.0a1", "aiohttp>=3.9",
] ]
license = { text = "MIT" } license = { text = "MIT" }