mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-26 10:12:47 +00:00
📝 migrate admonition title syntax to Docusaurus v3 bracket form
This commit is contained in:
@@ -26,7 +26,7 @@ NoneBot 适配器项目通常以 `nonebot-adapter-{adapter-name}` 作为项目
|
||||
└── 📜 README.md
|
||||
```
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
|
||||
上述的项目结构仅作推荐,不做强制要求,保证实际可用性即可。
|
||||
|
||||
@@ -44,7 +44,7 @@ nb adapter create
|
||||
|
||||
## 组成部分
|
||||
|
||||
:::tip 提示
|
||||
:::tip[提示]
|
||||
|
||||
本章节的代码中提到的 `Adapter`、`Bot`、`Event` 和 `Message` 等,均为下文中适配器所编写的类,而非 NoneBot 中的基类。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user