🔖 Release: v2.0.0 (#2070)

This commit is contained in:
Ju4tCode
2023-06-01 14:18:16 +08:00
committed by GitHub
parent 8af21f6e76
commit f3d5c1f226
26 changed files with 1337 additions and 576 deletions

View File

@ -17,7 +17,7 @@ __plugin_meta__ = PluginMetadata(
description="测试插件元信息",
usage="无法使用",
type="application",
homepage="https://v2.nonebot.dev",
homepage="https://nonebot.dev",
config=Config,
supported_adapters={"~onebot.v11", "plugins.metadata:FakeAdapter"},
extra={"author": "NoneBot"},

View File

@ -138,7 +138,7 @@ async def test_plugin_metadata():
"description": "测试插件元信息",
"usage": "无法使用",
"type": "application",
"homepage": "https://v2.nonebot.dev",
"homepage": "https://nonebot.dev",
"config": Config,
"supported_adapters": {"~onebot.v11", "plugins.metadata:FakeAdapter"},
"extra": {"author": "NoneBot"},