We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dc0d2 commit 2604822Copy full SHA for 2604822
README.md
@@ -55,6 +55,7 @@ Simple Robot OneBot 组件是一个将
55
56
## 快速开始
57
58
+> [!warning]
59
> 手册施工完成之前,此处临时提供快速开始。手册施工完成后会删除。
60
61
> [!note]
@@ -64,10 +65,10 @@ Simple Robot OneBot 组件是一个将
64
65
66
### Ktor 客户端引擎
67
-OneBot组件默认使用 [Ktor](https://ktor.io/)
68
+首先,OneBot组件使用 [Ktor](https://ktor.io/)
69
作为HTTP客户端与WS客户端,但是默认情况下依赖中不会有任何具体的引擎实现。
70
-你需要根据你的使用平台前往 [Ktor client Engines](https://ktor.io/docs/client-engines.html#limitations)
71
+因此你需要根据你的使用平台前往 [Ktor client Engines](https://ktor.io/docs/client-engines.html#limitations)
72
选择一个合适的引擎使用。
73
74
> [!tip]
0 commit comments