mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
✨ add adapter publish template
This commit is contained in:
26
docs/.vuepress/public/adapters.json
Normal file
26
docs/.vuepress/public/adapters.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user