File tree Expand file tree Collapse file tree 4 files changed +43
-8
lines changed Expand file tree Collapse file tree 4 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 31
31
<toc-element topic =" start-use-spring-boot-3.md" />
32
32
</toc-element >
33
33
<toc-element topic =" start-use-components.md" >
34
- <toc-element topic =" official-components.md" >
35
- <toc-element toc-title =" QQ频道" href =" https://simple-robot.github.io/simbot-component-qq-guild/" />
36
- <toc-element toc-title =" KOOK(开黑啦)" href =" https://simple-robot.github.io/simbot-component-kook/" />
37
- <toc-element topic =" component-kritor.md" />
38
- <toc-element topic =" component-telegram.md" />
39
- <toc-element topic =" component-discord.md" />
40
- </toc-element >
41
- <toc-element topic =" community-components.md" />
42
34
</toc-element >
43
35
</toc-element >
36
+ <toc-element toc-title =" 组件库" >
37
+
38
+ <toc-element topic =" components-intro.md" />
39
+ <toc-element topic =" official-components.md" >
40
+ <toc-element href =" https://simple-robot.github.io/simbot-component-qq-guild/" toc-title =" QQ频道" />
41
+ <toc-element href =" https://simple-robot.github.io/simbot-component-kook/" toc-title =" KOOK(开黑啦)" />
42
+ <toc-element topic =" component-kritor.md" />
43
+ <toc-element topic =" component-telegram.md" />
44
+ <toc-element topic =" component-discord.md" />
45
+ </toc-element >
46
+ <toc-element topic =" community-components.md" />
47
+ </toc-element >
44
48
<toc-element topic =" advanced.md" >
45
49
<toc-element topic =" advanced-interceptor.md" />
46
50
<toc-element topic =" advanced-quantcat.md" />
Original file line number Diff line number Diff line change 11
11
<tooltip term =" 插件 " ><control >插件</control ></tooltip >
12
12
的统称。
13
13
14
+ 它是simbot中特定平台功能的主要提供者,是重要的核心概念之一
15
+
14
16
例如当我们说 “QQ频道组件”,
15
17
就是在描述一个包含了 ** QQ频道组件标识 (` QQGuildComponent ` )**
16
18
和 ** QQ频道Bot管理器 (` QQGuildBotManager ` )**
17
19
的整体。
18
20
21
+ <note >
22
+ 举个不恰当的例子。
23
+ 如果将 simbot 不自量力地比喻为 Spring Boot,那么组件则可以类似地视为各种 starter。
24
+ </note >
25
+
19
26
## 组件标识
20
27
21
28
参考章节 [ 组件标识] ( component-id.md ) 。
Original file line number Diff line number Diff line change
1
+ # 概述
2
+
3
+ <tooltip term =" 组件 " ><control >组件</control ></tooltip >
4
+ 是simbot中特定平台功能的主要提供者,
5
+ 是重要的核心概念之一,
6
+ 是对一组一个或多个
7
+ <tooltip term =" 组件标识 " ><control >组件标识</control ></tooltip > 和
8
+ <tooltip term =" 插件 " ><control >插件</control ></tooltip >
9
+ 的统称。
10
+
11
+ 例如当我们说 “QQ频道组件”,
12
+ 就是在描述一个包含了 ** QQ频道组件标识 (` QQGuildComponent ` )**
13
+ 和 ** QQ频道Bot管理器 (` QQGuildBotManager ` )**
14
+ 的整体。
15
+
16
+ <note >
17
+ 举个不恰当的例子。
18
+ 如果将 simbot 不自量力地比喻为 Spring Boot,那么组件则可以类似地视为各种 starter。
19
+ </note >
20
+
Original file line number Diff line number Diff line change 2
2
3
3
simbot 核心库仅提供事件调度等基础功能的实现, 而不提供针对任何特定平台的具体逻辑实现。
4
4
那么你想要开发一个特定平台的应用(例如: QQ频道Bot)就需要添加对应的** 组件库实现** 。
5
+
6
+ 前往
7
+ [ 组件概述] ( components-intro.md )
8
+ 了解并添加你所需要地组件!
You can’t perform that action at this time.
0 commit comments