mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-24 23:01:25 +00:00
🧑💻 CI: 调整商店数据存放位置与内容 (#2385)
This commit is contained in:
62
assets/drivers.json
Normal file
62
assets/drivers.json
Normal file
@ -0,0 +1,62 @@
|
||||
[
|
||||
{
|
||||
"module_name": "~none",
|
||||
"project_link": "",
|
||||
"name": "None",
|
||||
"desc": "None 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
},
|
||||
{
|
||||
"module_name": "~fastapi",
|
||||
"project_link": "nonebot2[fastapi]",
|
||||
"name": "FastAPI",
|
||||
"desc": "FastAPI 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
},
|
||||
{
|
||||
"module_name": "~quart",
|
||||
"project_link": "nonebot2[quart]",
|
||||
"name": "Quart",
|
||||
"desc": "Quart 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
},
|
||||
{
|
||||
"module_name": "~httpx",
|
||||
"project_link": "nonebot2[httpx]",
|
||||
"name": "HTTPX",
|
||||
"desc": "HTTPX 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
},
|
||||
{
|
||||
"module_name": "~websockets",
|
||||
"project_link": "nonebot2[websockets]",
|
||||
"name": "websockets",
|
||||
"desc": "websockets 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
},
|
||||
{
|
||||
"module_name": "~aiohttp",
|
||||
"project_link": "nonebot2[aiohttp]",
|
||||
"name": "AIOHTTP",
|
||||
"desc": "AIOHTTP 驱动器",
|
||||
"author": "yanyongyu",
|
||||
"homepage": "/docs/advanced/driver",
|
||||
"tags": [],
|
||||
"is_official": true
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user