mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
|
[
|
||
|
{
|
||
|
"module_name": "nonebot.drivers.fastapi",
|
||
|
"project_link": "",
|
||
|
"name": "FastAPI",
|
||
|
"desc": "FastAPI 驱动器",
|
||
|
"author": "yanyongyu",
|
||
|
"homepage": "https://v2.nonebot.dev/docs/tutorial/choose-driver",
|
||
|
"tags": [],
|
||
|
"is_official": true
|
||
|
},
|
||
|
{
|
||
|
"module_name": "nonebot.drivers.quart",
|
||
|
"project_link": "quart",
|
||
|
"name": "Quart",
|
||
|
"desc": "Quart 驱动器",
|
||
|
"author": "yanyongyu",
|
||
|
"homepage": "https://v2.nonebot.dev/docs/tutorial/choose-driver",
|
||
|
"tags": [],
|
||
|
"is_official": true
|
||
|
},
|
||
|
{
|
||
|
"module_name": "nonebot.drivers.httpx",
|
||
|
"project_link": "",
|
||
|
"name": "HTTPX",
|
||
|
"desc": "HTTPX 驱动器",
|
||
|
"author": "yanyongyu",
|
||
|
"homepage": "https://v2.nonebot.dev/docs/tutorial/choose-driver",
|
||
|
"tags": [],
|
||
|
"is_official": true
|
||
|
},
|
||
|
{
|
||
|
"module_name": "nonebot.drivers.websockets",
|
||
|
"project_link": "websockets",
|
||
|
"name": "websockets",
|
||
|
"desc": "websockets 驱动器",
|
||
|
"author": "yanyongyu",
|
||
|
"homepage": "https://v2.nonebot.dev/docs/tutorial/choose-driver",
|
||
|
"tags": [],
|
||
|
"is_official": true
|
||
|
},
|
||
|
{
|
||
|
"module_name": "nonebot.drivers.aiohttp",
|
||
|
"project_link": "",
|
||
|
"name": "AIOHTTP",
|
||
|
"desc": "AIOHTTP 驱动器",
|
||
|
"author": "yanyongyu",
|
||
|
"homepage": "https://v2.nonebot.dev/docs/tutorial/choose-driver",
|
||
|
"tags": [],
|
||
|
"is_official": true
|
||
|
}
|
||
|
]
|