mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-20 02:46:48 +00:00
🏗️ change doc theme
This commit is contained in:
34
website/static/adapters.json
Normal file
34
website/static/adapters.json
Normal file
@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"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-ding",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "nonebot.adapters.feishu",
|
||||
"link": "nonebot-adapter-feishu",
|
||||
"name": "feishu",
|
||||
"desc": "飞书协议",
|
||||
"author": "StarHeartHunt",
|
||||
"repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-feishu"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user