|
46 | 46 | </a>
|
47 | 47 | </div>
|
48 | 48 | <div class="library-version">
|
49 |
| -4.0.0-beta2 </div> |
| 49 | +4.0.0-beta3 </div> |
50 | 50 | </div>
|
51 | 51 | </div>
|
52 | 52 | <div class="navigation-controls">
|
|
63 | 63 | <div class="breadcrumbs"></div>
|
64 | 64 | <div class="cover ">
|
65 | 65 | <div class="cover ">
|
66 |
| - <h1 class=""></h1> |
| 66 | + <h1 class=""> </h1> |
67 | 67 | <!--suppress HtmlDeprecatedAttribute --><div align="center">
|
68 |
| -<img src=".simbot/logo.png" alt="logo" style="width:230px; height:230px; border-radius:50%; " /> |
| 68 | +<picture> |
| 69 | + <source media="(prefers-color-scheme: dark)" srcset=".simbot/logo-dark.svg"> |
| 70 | + <source media="(prefers-color-scheme: light)" srcset=".simbot/logo.svg"> |
| 71 | + <img alt="simbot logo" src=".simbot/logo.svg" width="260" /> |
| 72 | +</picture> |
69 | 73 | <h2>
|
70 | 74 | ~ Simple Robot ~ <br/> <small>QQ频道组件</small>
|
71 | 75 | </h2>
|
|
80 | 84 | <img alt="lines" src="https://img.shields.io/tokei/lines/github/simple-robot/simbot-component-qq-guild" />
|
81 | 85 | <img alt="issues" src="https://img.shields.io/github/issues-closed/simple-robot/simbot-component-qq-guild?color=green" />
|
82 | 86 | <img alt="last commit" src="https://img.shields.io/github/last-commit/simple-robot/simbot-component-qq-guild" />
|
83 |
| - <a href="./COPYING"><img alt="copying" src="https://img.shields.io/github/license/simple-robot/simbot-component-qq-guild" /></a></div> <p class="paragraph">这是 <a href="https://github.com/simple-robot/simpler-robot/tree/v4-dev"><strong>Simple Robot v4</strong></a> 下的子项目,是针对 <a href="https://bot.q.qq.com/wiki/develop/api/"><strong>QQ频道机器人</strong></a> 各方面的 simbot 组件库实现, 包括对 <code class="lang-kotlin">API</code> 内容的实现、事件相关的实现以及BOT对于事件的监听与交互等。</p> |
84 |
| - <p class="paragraph">QQ频道组件库可以作为底层API依赖使用、 轻量级的QQ频道事件调度框架使用, 也可以基于 simbot 核心库的种种快速开发一个功能强大的QQ频道机器人!</p> |
| 87 | + <a href="./COPYING"><img alt="copying" src="https://img.shields.io/github/license/simple-robot/simbot-component-qq-guild" /></a></div> <p class="paragraph">这是一个基于 <a href="https://github.com/Kotlin/kotlinx.coroutines">Kotlin coroutines</a> 对 <a href="https://bot.q.qq.com/wiki/develop/api/"><strong>QQ频道机器人</strong></a> 进行实现的 API/SDK <a href="https://kotlinlang.org/docs/multiplatform.html">Kotlin 多平台</a>库,异步高效、Java友好。</p> |
| 88 | + <p class="paragraph">它同样是一个 <a href="https://github.com/simple-robot/simpler-robot/tree/v4-dev">Simple Robot v4</a> (下文简称 simbot) 的组件库,是 simbot 的子项目之一。 借助 simbot 核心库提供的能力,它可以支持更多高级功能和封装,比如组件协同、Spring支持等。</p> |
| 89 | + <p class="paragraph">它可以作为一个低级别的 API/SDK 辅助依赖库, 也可在 simbot 核心库的支持下用作为一个轻量级的快速开发框架!</p> |
| 90 | + <p class="paragraph">序列化和网络请求相关分别基于 <a href="https://github.com/Kotlin/kotlinx.serialization">Kotlin serialization</a> 和 <a href="https://ktor.io/">Ktor</a>.</p> |
| 91 | + <h2 class="">文档与引导</h2> |
85 | 92 | <ul>
|
86 | 93 | <li>
|
87 |
| - <p class="paragraph">基于 <a href="https://kotlinlang.org/"><code class="lang-kotlin">Kotlin</code></a> 提供 <a href="https://kotlinlang.org/docs/multiplatform.html">KMP 多平台</a> 特性</p> |
| 94 | + <p class="paragraph">QQ频道组件手册: <a href="https://component-qqguild.simbot.forte.love/">应用手册</a> (即当前仓库的 GitHub Pages)</p> |
88 | 95 | </li>
|
89 | 96 | <li>
|
90 |
| - <p class="paragraph">基于 <a href="https://github.com/Kotlin/kotlinx.coroutines"><code class="lang-kotlin">Kotlin coroutines</code></a> 与 <a href="https://ktor.io/"><code class="lang-kotlin">Ktor</code></a> 提供高效易用的API;</p> |
| 97 | + <p class="paragraph">了解simbot: <a href="https://simbot.forte.love">Simple Robot 应用手册</a></p> |
91 | 98 | </li>
|
92 | 99 | <li>
|
93 |
| - <p class="paragraph">基于 <a href="https://kotlinlang.org/"><code class="lang-kotlin">Kotlin</code></a> 提供 <a href="https://kotlinlang.org/docs/multiplatform.html">KMP 多平台</a> 特性,提供 Java 友好的API。</p> |
| 100 | + <p class="paragraph"><a href="https://docs.simbot.forte.love">文档引导站&API文档</a></p> |
94 | 101 | </li>
|
95 | 102 | <li>
|
96 |
| - <p class="paragraph">基于 <a href="https://github.com/Kotlin/kotlinx.coroutines"><code class="lang-kotlin">Kotlin coroutines</code></a> 与 <a href="https://ktor.io/"><code class="lang-kotlin">Ktor</code></a> 提供轻量高效的API。</p> |
97 |
| - </li> |
98 |
| - </ul> |
99 |
| - <blockquote class="quotation"> |
100 |
| - <p class="paragraph">!Note 下文中 <code class="lang-kotlin">Simple Robot v4</code> 简称为 <code class="lang-kotlin">simbot4</code></p> |
101 |
| - </blockquote> |
102 |
| - <h2 class=""> 文档</h2> |
103 |
| - <ul> |
104 |
| - <li> |
105 |
| - <p class="paragraph">了解simbot: <a href="https://simbot.forte.love"><strong>Simple Robot 应用手册</strong></a></p> |
106 |
| - </li> |
107 |
| - <li> |
108 |
| - <p class="paragraph"><strong>QQ频道组件</strong>手册:<a href="https://component-qqguild.simbot.forte.love/">https://component-qqguild.simbot.forte.love/</a> (即当前仓库的 GitHub Pages)</p> |
| 103 | + <p class="paragraph"><a href="https://simbot.forte.love/communities.html"><strong>社群</strong></a> 文档中也有提供社群信息喔</p> |
109 | 104 | </li>
|
110 | 105 | <li>
|
111 |
| - <p class="paragraph"><strong>API文档</strong>: <a href="https://docs.simbot.forte.love"><strong>文档引导站点</strong></a> 中QQ频道的 <a href="https://docs.simbot.forte.love/components/qq-guild"><strong>KDoc站点</strong></a></p> |
| 106 | + <p class="paragraph">前往 <a href="https://github.com/simple-robot/">组织首页</a> 了解更多有关组件、文档、以及社群等相关信息!</p> |
112 | 107 | </li>
|
113 | 108 | </ul>
|
114 | 109 |
|
115 | 110 | <p class="paragraph">我们欢迎并期望着您的 <a href="https://github.com/simple-robot/simbot-component-qq-guild/issues">反馈</a> 或 <a href="https://github.com/simple-robot/simbot-component-qq-guild/pulls">协助</a>, 感谢您的贡献与支持!</p>
|
116 |
| - <h2 class=""> 模块引导</h2> |
117 |
| - <h3 class=""> API模块</h3> |
| 111 | + <h2 class="">模块引导</h2> |
| 112 | + <h3 class="">API模块</h3> |
118 | 113 | <p class="paragraph">基于 <code class="lang-kotlin">Ktor</code> 针对 <a href="https://bot.q.qq.com/wiki/develop/api/">QQ频道API</a> 的基本完整的<a href="https://kotlinlang.org/docs/multiplatform.html">KMP</a>多平台封装实现, 是一个简单高效轻量级的API实现模块。</p>
|
119 | 114 | <p class="paragraph">此模块基本不会提供什么多余的实现,其目标为在提供封装的情况下尽可能地保留原始API的使用手感,不做过多的封装。</p>
|
120 | 115 | <p class="paragraph">👉 simbot-component-qq-guild-api 了解更多。</p>
|
121 |
| - <h3 class=""> 标准库模块</h3> |
| 116 | + <h3 class="">标准库模块</h3> |
122 | 117 | <p class="paragraph">基于 simbot-component-qq-guild-api 针对bot的"登录"鉴权实现简单高效轻量级的事件订阅功能。</p>
|
123 | 118 | <p class="paragraph">此模块在API模块的基础上提供了针对事件相关的功能实现,包括事件订阅的能力。 同样的,其目标为在提供封装的情况下尽可能地保留原始API的使用手感,不做过多的封装。</p>
|
124 | 119 | <p class="paragraph">👉 simbot-component-qq-guild-stdlib 了解更多。</p>
|
125 |
| - <h3 class=""> 核心组件模块</h3> |
| 120 | + <h3 class="">核心组件模块</h3> |
126 | 121 | <p class="paragraph">基于 simbot-component-qq-guild-stdlib 对 <a href="https://github.com/simple-robot/simpler-robot">simbot4核心库</a> 的组件实现, 是一个相对高度封装的模块,并提供simbot4大部分能力,包括事件监听、多组件协同、Spring Boot Starter 等。</p>
|
127 |
| - <p class="paragraph">👉 simbot-component-qq-guild-core-1 了解更多。</p> |
128 |
| - <h2 class=""> 法欧莉</h2> |
| 122 | + <p class="paragraph">👉 simbot-component-qq-guild-core 了解更多。</p> |
| 123 | + <h2 class="">法欧莉!</h2> |
129 | 124 | <p class="paragraph">如果你想看一看使用QQ频道组件实现的具体作品, 可以前往QQ频道添加亲爱的 <a href="https://qun.qq.com/qunpro/robot/share?robot_appid=101986850">法欧莉斯卡雷特</a> 来体验喔~</p>
|
130 |
| - <h2 class=""> License</h2> |
| 125 | + <h2 class="">License</h2> |
131 | 126 | <p class="paragraph"><code class="lang-kotlin">simbot-component-qq-guild</code> 使用 <code class="lang-kotlin">LGPLv3</code> 许可证开源。</p>
|
132 | 127 | <div class="sample-container">
|
133 |
| - <pre><code class="block lang-kotlin" theme="idea">This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General <br>Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) <br>any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied <br>warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more <br>details.<br><br>You should have received a copy of the GNU Lesser General Public License along with this program. <br>If not, see <https://www.gnu.org/licenses/>.</code></pre> |
| 128 | + <pre><code class="block lang-kotlin" theme="idea">This program is free software: you can redistribute it and/or <br>modify it under the terms of the GNU Lesser General <br>Public License as published by the Free Software Foundation, <br>either version 3 of the License, or (at your option) <br>any later version.<br><br>This program is distributed in the hope that it will be useful, <br>but WITHOUT ANY WARRANTY; without even the implied <br>warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. <br>See the GNU Lesser General Public License for more details.<br><br>You should have received a copy of the GNU Lesser General Public <br>License along with this program. <br>If not, see <https://www.gnu.org/licenses/>.</code></pre> |
134 | 129 | <span class="top-right-position"><span class="copy-icon"></span>
|
135 | 130 | <div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div>
|
136 | 131 | </span></div>
|
|
0 commit comments