Skip to content

Commit 9f33c9b

Browse files
committed
1 parent d5e4305 commit 9f33c9b

File tree

324 files changed

+1279
-1346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+1279
-1346
lines changed

components/kook/index.html

-67
Original file line numberDiff line numberDiff line change
@@ -84,73 +84,6 @@
8484
<div class="main-content" id="content" pageIds="Simple Robot 组件 | KOOK::.ext/allModules///PointingToDeclaration//0">
8585
<div class="breadcrumbs"></div>
8686
<div class="cover ">
87-
<div class="cover ">
88-
<h1 class=""> </h1>
89-
<!--suppress HtmlDeprecatedAttribute --><div align="center">
90-
<picture>
91-
<source media="(prefers-color-scheme: dark)" srcset=".simbot/logo-dark.svg">
92-
<source media="(prefers-color-scheme: light)" srcset=".simbot/logo.svg">
93-
<img alt="simbot logo" src=".simbot/logo.svg" width="260" />
94-
</picture>
95-
<h2>
96-
~ Simple Robot ~ <br/> <small>KOOK组件</small>
97-
</h2>
98-
<a href="https://github.com/simple-robot/simbot-component-kook/releases/latest"><img alt="release" src="https://img.shields.io/github/v/release/simple-robot/simbot-component-kook" /></a>
99-
<a href="https://repo1.maven.org/maven2/love/forte/simbot/component/simbot-component-kook-api/" target="_blank">
100-
<img alt="release" src="https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-kook-api" /></a>
101-
<hr>
102-
<img alt="stars" src="https://img.shields.io/github/stars/simple-robot/simbot-component-kook" />
103-
<img alt="forks" src="https://img.shields.io/github/forks/simple-robot/simbot-component-kook" />
104-
<img alt="watchers" src="https://img.shields.io/github/watchers/simple-robot/simbot-component-kook" />
105-
<img alt="repo size" src="https://img.shields.io/github/repo-size/simple-robot/simbot-component-kook" />
106-
<img alt="lines" src="https://img.shields.io/tokei/lines/github/simple-robot/simbot-component-kook" />
107-
<img alt="issues" src="https://img.shields.io/github/issues-closed/simple-robot/simbot-component-kook?color=green" />
108-
<img alt="last commit" src="https://img.shields.io/github/last-commit/simple-robot/simbot-component-kook" />
109-
<a href="./COPYING"><img alt="copying" src="https://img.shields.io/github/license/simple-robot/simbot-component-kook" /></a></div> <p class="paragraph">这是 <a href="https://github.com/simple-robot/simpler-robot">Simple Robot v4</a> 下的子项目,是针对 <a href="https://developer.kookapp.cn/doc/reference">KOOK(开黑啦)bot</a> 各方面的 simbot 组件库实现, 包括对 <code class="lang-kotlin">API</code> 内容的实现、事件相关的实现以及 bot 对于事件的监听与交互等。</p>
110-
<p class="paragraph">KOOK组件库可以作为底层API依赖使用、 轻量级的KOOK事件调度框架使用, 也可以基于 simbot 核心库的种种快速开发一个功能强大的 KOOK 机器人!</p>
111-
<ul>
112-
<li>
113-
<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>
114-
</li>
115-
<li>
116-
<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>
117-
</li>
118-
</ul>
119-
<blockquote class="quotation">
120-
<p class="paragraph">!Note 下文中 <code class="lang-kotlin">Simple Robot v4</code> 简称为 <code class="lang-kotlin">simbot4</code></p>
121-
</blockquote>
122-
<h2 class="">文档与引导</h2>
123-
<ul>
124-
<li>
125-
<p class="paragraph">手册: <a href="https://simbot.forte.love">Simple Robot 应用手册</a> 以及其中的 <a href="https://simbot.forte.love/component-kook.html">KOOK组件</a> 部分。</p>
126-
</li>
127-
<li>
128-
<p class="paragraph"><a href="https://docs.simbot.forte.love">文档引导站&API文档</a></p>
129-
</li>
130-
<li>
131-
<p class="paragraph">前往 <a href="https://github.com/simple-robot/">组织首页</a> 了解更多有关其他组件、文档、以及社群等相关信息!</p>
132-
</li>
133-
<li>
134-
<p class="paragraph"><a href="https://simbot.forte.love/communities.html"><strong>社群</strong></a>: 文档中也有提供社群信息喔</p>
135-
</li>
136-
</ul>
137-
138-
<h2 class="">支持列表</h2>
139-
<p class="paragraph">前往 support-list.md 查看已经支持的API、尚未支持的API。 如果你迫切的希望支持某些API,而它们尚未被支持,请<a href="https://github.com/simple-robot/simbot-component-kook/issues">让我们知道</a>!</p>
140-
<h2 class="">贡献</h2>
141-
<p class="paragraph">前往 docs/CONTRIBUTING_CN.md 了解更多!</p>
142-
<h2 class="">快速开始</h2>
143-
<p class="paragraph">前往 <a href="https://component-kook.simbot.forte.love/">组件手册</a> 阅读 <strong>快速开始</strong> 相关章节。</p>
144-
<h2 class="">法欧莉</h2>
145-
<p class="paragraph">如果你想看一看使用 KOOK组件实现的具体作品, 不妨添加我们亲爱的 <a href="https://www.kookapp.cn/app/oauth2/authorize?id=10250&amp;permissions=197958144&amp;client_id=jqdlyHK85xe1i5Bo&amp;redirect_uri=&amp;scope=bot">法欧莉斯卡雷特</a> 并使用 <code class="lang-kotlin">@法欧莉 今天的我</code> 来看看效果吧~</p>
146-
<h2 class="">License</h2>
147-
<p class="paragraph"><code class="lang-kotlin">simbot-component-kook</code> 使用 <code class="lang-kotlin">LGPLv3</code> 许可证开源。</p>
148-
<div class="sample-container">
149-
<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 <br>the GNU Lesser General Public License as published by the Free Software Foundation, either <br>version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;<br>without even the implied 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 License along with this <br>program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</code></pre>
150-
<span class="top-right-position"><span class="copy-icon"></span>
151-
<div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div>
152-
</span></div>
153-
</div>
15487
<h2 class="">All modules:</h2>
15588
<div class="table"><a data-name="900265107%2FMain%2F0" anchor-label="simbot-component-kook-api" id="900265107%2FMain%2F0" data-filterable-set=""></a>
15689
<div class="table-row">

0 commit comments

Comments
 (0)