mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-25 17:52:39 +00:00
📝 migrate admonition title syntax to Docusaurus v3 bracket form
This commit is contained in:
@@ -6,7 +6,7 @@ nb driver install aiohttp
|
||||
pip install nonebot2[aiohttp]
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动仅支持客户端连接
|
||||
:::
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ nb driver install fastapi
|
||||
pip install nonebot2[fastapi]
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动仅支持服务端连接
|
||||
:::
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ nb driver install httpx
|
||||
pip install nonebot2[httpx]
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动仅支持客户端 HTTP 连接
|
||||
:::
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""None 驱动适配
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动不支持任何服务器或客户端连接
|
||||
:::
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ nb driver install quart
|
||||
pip install nonebot2[quart]
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动仅支持服务端连接
|
||||
:::
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ nb driver install websockets
|
||||
pip install nonebot2[websockets]
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
本驱动仅支持客户端 WebSocket 连接
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user