Skip to content

Commit 3630e5e

Browse files
committed
迁移QQ文档至此。
see also simple-robot/simbot-component-qq-guild#162
1 parent 34a4711 commit 3630e5e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Writerside/images/alipay_dark.jpg

218 KB
Loading

Writerside/images/patreon_dark.png

508 KB
Loading
776 KB
Loading
493 KB
Loading

Writerside/images/wechat-pay_dark.png

140 KB
Loading

Writerside/topics/how-to-use.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ simbot4 提供了两个这样的库:`simbot-core` (也就是 **“核心库”
5151
依赖于标准库, 但各自独立。
5252
下文会将它们称为 **“组件库”**
5353

54-
以我们 [**官方维护的组件库**](official-components.md) 为例, 它们都会有各自的应用手册,
54+
以我们 [**官方维护的组件库**](components-intro.md) 为例, 它们都会有各自的应用手册,
5555
手册中也会各自提供类似于“快速开始”的章节, 会提供如何进行配置, 如何搭建一个项目。
5656

5757
你接下来所要做的, 便是选择你希望使用的组件库(们), 将它们所需的依赖也添加下来, 然后进行配置就好了。
@@ -67,8 +67,8 @@ simbot4 提供了两个这样的库:`simbot-core` (也就是 **“核心库”
6767
// 使用核心库
6868
implementation("love.forte.simbot:simbot-core:%version%")
6969
// 添加组件库, 假设有两个叫做 foo1、bar2 的组件实现
70-
implementation("com.example.component:foo1-core:1.14")
71-
implementation("io.github.Jojo.cp:bar2-impl:5.14")
70+
implementation("com.example.component:foo1-core:x.xx")
71+
implementation("io.github.Jojo.cp:bar2-impl:x.xx")
7272
```
7373

7474
</tab>
@@ -78,8 +78,8 @@ implementation("io.github.Jojo.cp:bar2-impl:5.14")
7878
// 使用核心库
7979
implementation 'love.forte.simbot:simbot-core:%version%'
8080
// 添加组件库, 假设有两个叫做 foo1、bar2 的组件实现
81-
implementation 'com.example.component:foo1-core:1.14'
82-
implementation 'io.github.Jojo.cp:bar2-impl:5.14'
81+
implementation 'com.example.component:foo1-core:x.xx'
82+
implementation 'io.github.Jojo.cp:bar2-impl:x.xx'
8383
```
8484

8585
</tab>
@@ -96,12 +96,12 @@ implementation 'io.github.Jojo.cp:bar2-impl:5.14'
9696
<dependency>
9797
<groupId>com.example.component</groupId>
9898
<artifactId>foo1-core</artifactId>
99-
<version>1.14</version>
99+
<version>x.xx</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>io.github.Jojo.cp</groupId>
103103
<artifactId>bar2-impl</artifactId>
104-
<version>5.14</version>
104+
<version>x.xx</version>
105105
</dependency>
106106
```
107107

@@ -110,7 +110,7 @@ implementation 'io.github.Jojo.cp:bar2-impl:5.14'
110110

111111
### 官方组件
112112

113-
- 前往 [**官方维护的组件库**](official-components.md) 寻找你所需的组件, 并根据引导或手册添加依赖并使用。
113+
- 前往 [**组件库**](components-intro.md) 寻找你所需的组件, 并根据引导或手册添加依赖并使用。
114114

115115
### 社区组件
116116

0 commit comments

Comments
 (0)