📝 Docs: 更新到 nonepress 3.8.0 (#4126)

This commit is contained in:
StarHeart
2026-08-01 16:57:44 +08:00
committed by GitHub
parent b38b1e5261
commit 1b88a6e77d
198 changed files with 2042 additions and 1641 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ nb driver install aiohttp
pip install nonebot2[aiohttp]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端连接
:::
+1 -1
View File
@@ -6,7 +6,7 @@ nb driver install fastapi
pip install nonebot2[fastapi]
```
:::tip 提示
:::tip[提示]
本驱动仅支持服务端连接
:::
+1 -1
View File
@@ -6,7 +6,7 @@ nb driver install httpx
pip install nonebot2[httpx]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端 HTTP 连接
:::
+1 -1
View File
@@ -1,6 +1,6 @@
"""None 驱动适配
:::tip 提示
:::tip[提示]
本驱动不支持任何服务器或客户端连接
:::
+1 -1
View File
@@ -6,7 +6,7 @@ nb driver install quart
pip install nonebot2[quart]
```
:::tip 提示
:::tip[提示]
本驱动仅支持服务端连接
:::
+1 -1
View File
@@ -6,7 +6,7 @@ nb driver install websockets
pip install nonebot2[websockets]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端 WebSocket 连接
:::