🧑‍💻 CI: 调整商店数据存放位置与内容 (#2385)

This commit is contained in:
uy/sun
2023-10-02 23:03:05 +08:00
committed by GitHub
parent d2d7603ff5
commit f5c87f80e1
6 changed files with 5094 additions and 7419 deletions

62
assets/drivers.json Normal file
View 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
}
]