From a6e607443c34403fa92df7ebf628eae9f5bc00b3 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Thu, 15 Aug 2024 21:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1v0.1.5=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E8=A1=8C=E6=B3=A8=E6=84=8F=E4=BA=8B=E9=A1=B9=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_acgnshow/__init__.py | 7 +++++-- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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" }