diff --git a/nonebot_plugin_acgnshow/__init__.py b/nonebot_plugin_acgnshow/__init__.py index 10c90e7..8accddf 100644 --- a/nonebot_plugin_acgnshow/__init__.py +++ b/nonebot_plugin_acgnshow/__init__.py @@ -15,7 +15,9 @@ usage = """命令格式: 展览 福建 2 福建展览 2 全国展览 -海外展览""" +海外展览 + +※数据来源于哔哩哔哩会员购,由于API返回结果与实际存在差异,数据可能不准确。""" __author__ = "Asankilp" __plugin_meta__ = PluginMetadata( name="漫展/展览查询", @@ -25,7 +27,8 @@ __plugin_meta__ = PluginMetadata( config=ConfigModel, homepage="https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow", 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() diff --git a/pyproject.toml b/pyproject.toml index 02e9a72..f091246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-acgnshow" -version = "0.1.4.2" +version = "0.1.5" description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据" readme = "README.md" requires-python = "<4.0,>=3.9" @@ -12,7 +12,7 @@ dependencies = [ "nonebot-plugin-alconna>=0.48.0", "nonebot-plugin-htmlrender>=0.3.2", "jinja2>=3.1.4", - "aiohttp>=4.0.0a1", + "aiohttp>=3.9", ] license = { text = "MIT" }