mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2024-11-11 01:27:39 +08:00
⚡v0.1.5,添加一行注意事项文本
This commit is contained in:
parent
e82edfcae6
commit
a6e607443c
@ -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()
|
||||
|
||||
|
@ -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" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user