diff --git a/.github/ISSUE_TEMPLATE/adapter-publish.md b/.github/ISSUE_TEMPLATE/adapter-publish.md new file mode 100644 index 00000000..e82f8b6d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/adapter-publish.md @@ -0,0 +1,46 @@ +--- +name: Adapter Publish +about: Publish your adapter to nonebot homepage and nb-cli +title: "Adapter: blabla 协议" +labels: Adapter +assignees: "" + +--- + +**你的协议名称:** + +example + + + +**简短描述协议:** + +Example 协议 + +**插件 import 使用的名称** + +nonebot.adapters.example + + + +**插件 install 使用的名称** + +nonebot-adapter-example + + + +**插件项目仓库/主页链接** + +nonebot/nonebot2 + + diff --git a/.github/ISSUE_TEMPLATE/plugin-publish.md b/.github/ISSUE_TEMPLATE/plugin-publish.md index c78d7109..2504c56a 100644 --- a/.github/ISSUE_TEMPLATE/plugin-publish.md +++ b/.github/ISSUE_TEMPLATE/plugin-publish.md @@ -17,10 +17,15 @@ assignees: "" **插件 import 使用的名称** -例:nonebot_plugin_example +nonebot_plugin_example + + **插件 install 使用的名称** +nonebot-plugin-example + + **插件项目仓库/主页链接** -例:nonebot/nonebot2(默认 github )或其他链接 +nonebot/nonebot2 + + diff --git a/docs/.vuepress/public/adapters.json b/docs/.vuepress/public/adapters.json new file mode 100644 index 00000000..24c729ca --- /dev/null +++ b/docs/.vuepress/public/adapters.json @@ -0,0 +1,26 @@ +[ + { + "id": "nonebot.adapters.cqhttp", + "link": "nonebot-adapter-cqhttp", + "name": "cqhttp", + "desc": "OneBot(CQHTTP) 协议", + "author": "yanyongyu", + "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-cqhttp" + }, + { + "id": "nonebot.adapters.ding", + "link": "nonebot-adapter-cqhttp", + "name": "ding", + "desc": "钉钉协议", + "author": "Artin", + "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-ding" + }, + { + "id": "nonebot.adapters.mirai", + "link": "nonebot-adapter-mirai", + "name": "mirai", + "desc": "Mirai-Api-HTTP 协议", + "author": "Mix", + "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-mirai" + } +]