From 59c5c1c645a696e0a1a2849e9da0d22f21c7ec56 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Fri, 22 Mar 2024 19:55:44 +0800 Subject: [PATCH] DOC --- Writerside/topics/KookChannel.md | 3 ++- Writerside/topics/KookGuild.md | 3 ++- Writerside/topics/KookMember.md | 3 ++- Writerside/topics/KookUserChat.md | 3 ++- Writerside/topics/kookbot.md | 2 +- Writerside/topics/message-element.md | 4 ---- Writerside/topics/message-send.md | 3 +++ Writerside/topics/object-KMarkdown.md | 2 +- Writerside/topics/objects-Attachments.md | 2 +- Writerside/topics/objects-Card.md | 2 +- Writerside/topics/role-api.md | 2 +- Writerside/topics/snippets.md | 11 +++++++++++ Writerside/topics/unsupported-event.md | 2 +- Writerside/topics/welcome.md | 7 +++++++ 14 files changed, 35 insertions(+), 14 deletions(-) diff --git a/Writerside/topics/KookChannel.md b/Writerside/topics/KookChannel.md index 1bb6c829..659c31c0 100644 --- a/Writerside/topics/KookChannel.md +++ b/Writerside/topics/KookChannel.md @@ -1,3 +1,4 @@ # 子频道 KookChannel -Start typing here... \ No newline at end of file + + diff --git a/Writerside/topics/KookGuild.md b/Writerside/topics/KookGuild.md index f1347072..3664b968 100644 --- a/Writerside/topics/KookGuild.md +++ b/Writerside/topics/KookGuild.md @@ -1,3 +1,4 @@ # 频道 KookGuild -Start typing here... \ No newline at end of file + + diff --git a/Writerside/topics/KookMember.md b/Writerside/topics/KookMember.md index ccfbdf05..95e5c5ac 100644 --- a/Writerside/topics/KookMember.md +++ b/Writerside/topics/KookMember.md @@ -1,3 +1,4 @@ # 频道成员 KookMember -Start typing here... \ No newline at end of file + + diff --git a/Writerside/topics/KookUserChat.md b/Writerside/topics/KookUserChat.md index b52399dd..52826c7b 100644 --- a/Writerside/topics/KookUserChat.md +++ b/Writerside/topics/KookUserChat.md @@ -1,3 +1,4 @@ # 私聊会话 KookUserChat -Start typing here... \ No newline at end of file + + diff --git a/Writerside/topics/kookbot.md b/Writerside/topics/kookbot.md index 460c6dc3..157ec582 100644 --- a/Writerside/topics/kookbot.md +++ b/Writerside/topics/kookbot.md @@ -1,3 +1,3 @@ # KookBot -Start typing here... \ No newline at end of file + diff --git a/Writerside/topics/message-element.md b/Writerside/topics/message-element.md index b8e95edb..8cb41fe5 100644 --- a/Writerside/topics/message-element.md +++ b/Writerside/topics/message-element.md @@ -5,10 +5,6 @@ switcher-label: Java API 风格 本章节介绍 KOOK 组件中针对 simbot 标准库中 **消息元素(`Message.Element`)** 的实现类型。 - - - - ## Message.Element diff --git a/Writerside/topics/message-send.md b/Writerside/topics/message-send.md index 545a5dd7..be1d946e 100644 --- a/Writerside/topics/message-send.md +++ b/Writerside/topics/message-send.md @@ -5,6 +5,9 @@ switcher-label: Java API 风格 在 KOOK 组件中,主要有两种发送消息的方式。 + + +
  • 直接构建并使用 API 发送消息。这是最原始的消息发送方式。
  • diff --git a/Writerside/topics/object-KMarkdown.md b/Writerside/topics/object-KMarkdown.md index 52f47d56..3715c21e 100644 --- a/Writerside/topics/object-KMarkdown.md +++ b/Writerside/topics/object-KMarkdown.md @@ -2,4 +2,4 @@ > 官方文档: [KMarkdown](https://developer.kookapp.cn/doc/kmarkdown) -Start typing here... + diff --git a/Writerside/topics/objects-Attachments.md b/Writerside/topics/objects-Attachments.md index d5653496..30838c87 100644 --- a/Writerside/topics/objects-Attachments.md +++ b/Writerside/topics/objects-Attachments.md @@ -2,4 +2,4 @@ > 官方文档: [附加的多媒体数据 Attachments](https://developer.kookapp.cn/doc/objects#附加的多媒体数据%20Attachments) -Start typing here... + diff --git a/Writerside/topics/objects-Card.md b/Writerside/topics/objects-Card.md index 839d827d..a8ec4492 100644 --- a/Writerside/topics/objects-Card.md +++ b/Writerside/topics/objects-Card.md @@ -2,4 +2,4 @@ > 官方文档: [卡片消息](https://developer.kookapp.cn/doc/cardmessage) -Start typing here... + diff --git a/Writerside/topics/role-api.md b/Writerside/topics/role-api.md index c8a5f5dc..def240f3 100644 --- a/Writerside/topics/role-api.md +++ b/Writerside/topics/role-api.md @@ -1,3 +1,3 @@ # 角色 KookRole -Start typing here... + diff --git a/Writerside/topics/snippets.md b/Writerside/topics/snippets.md index 61775b85..f9ce33a2 100644 --- a/Writerside/topics/snippets.md +++ b/Writerside/topics/snippets.md @@ -203,3 +203,14 @@ implementation 'io.ktor:ktor-client-darwin:$ktor_version' + + + + + +文档可能有所疏漏或存在一些待更新的内容。如有需要,欢迎前往[**社群**](https://simbot.forte.love/communities.html) +交流讨论、寻求帮助~ + + + + diff --git a/Writerside/topics/unsupported-event.md b/Writerside/topics/unsupported-event.md index 60a6aea8..6070b967 100644 --- a/Writerside/topics/unsupported-event.md +++ b/Writerside/topics/unsupported-event.md @@ -1,3 +1,3 @@ # 未知事件与未支持事件 -Start typing here... + diff --git a/Writerside/topics/welcome.md b/Writerside/topics/welcome.md index 2bfdef89..680a4bc2 100644 --- a/Writerside/topics/welcome.md +++ b/Writerside/topics/welcome.md @@ -26,6 +26,13 @@ + + +文档可能有所疏漏或存在一些待更新的内容。如有需要,欢迎前往[**社群**](https://simbot.forte.love/communities.html) +交流讨论、寻求帮助~ + + + ## 更多参考 ### 了解 Simple Robot