📝 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
@@ -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 中的基类。