nonebot2/website/static/drivers.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2021-12-29 13:09:31 +00:00
[
{
"module_name": "~none",
2021-12-29 13:09:31 +00:00
"project_link": "",
"name": "None",
"desc": "None 驱动器",
"author": "yanyongyu",
"homepage": "/docs/tutorial/choose-driver",
"tags": [],
"is_official": true
},
{
"module_name": "~fastapi",
"project_link": "nonebot2[fastapi]",
2021-12-29 13:09:31 +00:00
"name": "FastAPI",
"desc": "FastAPI 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "~quart",
"project_link": "nonebot2[quart]",
2021-12-29 13:09:31 +00:00
"name": "Quart",
"desc": "Quart 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "~httpx",
"project_link": "nonebot2[httpx]",
2021-12-29 13:09:31 +00:00
"name": "HTTPX",
"desc": "HTTPX 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "~websockets",
"project_link": "nonebot2[websockets]",
2021-12-29 13:09:31 +00:00
"name": "websockets",
"desc": "websockets 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "~aiohttp",
"project_link": "nonebot2[aiohttp]",
2021-12-29 13:09:31 +00:00
"name": "AIOHTTP",
"desc": "AIOHTTP 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
}
]