📝 migrate admonition title syntax to Docusaurus v3 bracket form

This commit is contained in:
StarHeartHunt
2026-07-22 22:59:41 +08:00
parent 3ffdedb8e2
commit 972bfe623b
143 changed files with 358 additions and 358 deletions
@@ -15,7 +15,7 @@ nb driver install aiohttp
pip install nonebot2[aiohttp]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端连接
:::
@@ -15,7 +15,7 @@ nb driver install fastapi
pip install nonebot2[fastapi]
```
:::tip 提示
:::tip[提示]
本驱动仅支持服务端连接
:::
@@ -15,7 +15,7 @@ nb driver install httpx
pip install nonebot2[httpx]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端 HTTP 连接
:::
@@ -9,7 +9,7 @@ description: nonebot.drivers.none 模块
None 驱动适配
:::tip 提示
:::tip[提示]
本驱动不支持任何服务器或客户端连接
:::
@@ -15,7 +15,7 @@ nb driver install quart
pip install nonebot2[quart]
```
:::tip 提示
:::tip[提示]
本驱动仅支持服务端连接
:::
@@ -15,7 +15,7 @@ nb driver install websockets
pip install nonebot2[websockets]
```
:::tip 提示
:::tip[提示]
本驱动仅支持客户端 WebSocket 连接
:::