Skip to content

Commit 02052c0

Browse files
authored
Merge pull request #110 from simple-robot/dev/main
Release: v3.2.0.0
2 parents 202d4c2 + 3d47ff5 commit 02052c0

File tree

11 files changed

+68
-18
lines changed

11 files changed

+68
-18
lines changed

.changelog/v3.2.0.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
> 对应核心版本: [**v3.2.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v3.2.0)
2+
3+
> **Warning**
4+
> **目前版本处于 `BETA` 阶段,代表我们会尽量保证不再大面积变更API,且仍然可能存在一些未知问题、未完善的内容和落后于官方更新的内容。**
5+
6+
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
7+
感谢您的贡献与支持!
8+
9+
也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@
3636
## 文档
3737

3838
- 了解simbot3: [**simbot3官网**](https://simbot.forte.love)
39-
- **QQ频道组件**手册:https://simple-robot.github.io/simbot-component-qq-guild/ (尚在 _🔧建设中_,暂未配置域名,未来可能会变化
39+
- **QQ频道组件**手册:https://simple-robot.github.io/simbot-component-qq-guild/ (尚在 _🔧建设中_,暂未配置域名)
4040
- **API文档**: [**文档引导站点**](https://docs.simbot.forte.love) 中QQ频道的 [**KDoc站点**](https://docs.simbot.forte.love/components/qq-guild)
4141

4242
---
4343

44-
> **Warning**
45-
> **目前版本处于 `BETA` 阶段,代表我们会尽量保证不再大面积变更API,且仍然可能存在一些未知问题、未完善的内容和落后于官方更新的内容。**
46-
4744
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
4845
感谢您的贡献与支持!
4946

buildSrc/src/main/kotlin/P.kt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ val simbotVersion = v(3, 2, 0)
2424
//- v("RC", 3)
2525

2626
fun simbot(name: String, version: String = simbotVersion.toString()): String = "love.forte.simbot:simbot-$name:$version"
27-
fun simboot(name: String, version: String = simbotVersion.toString()): String = "love.forte.simbot.boot:simboot-$name:$version"
27+
fun simboot(name: String, version: String = simbotVersion.toString()): String =
28+
"love.forte.simbot.boot:simboot-$name:$version"
2829

2930
val simbotApi = simbot("api")
3031
val simbotCore = simbot("core")
@@ -62,10 +63,10 @@ object P {
6263
0, 0
6364
)
6465

65-
private val alphaSuffix = v("beta", 2)
66+
//private val alphaSuffix = v("beta", 2)
6667

67-
override val version = baseVersion - alphaSuffix
68-
val snapshotVersion = baseVersion - (alphaSuffix - Version.SNAPSHOT)
68+
override val version = baseVersion // - alphaSuffix
69+
val snapshotVersion = baseVersion - Version.SNAPSHOT
6970

7071
val versionIfSnap get() = (if (isSnapshot()) snapshotVersion else version).toString()
7172

@@ -106,6 +107,7 @@ object P {
106107

107108

108109
}
110+
109111
private val _isSnapshot by lazy { initIsSnapshot() }
110112

111113
private fun initIsSnapshot(): Boolean {

website/docs/api/ark/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 40,
3+
"label": "Ark 消息"
4+
}

website/docs/api/ark/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Ark 消息
3+
toc_max_heading_level: 4
4+
---
5+
6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
8+
9+
QQ频道中有一些针对 `Ark消息` 的API。
10+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 45,
3+
"label": "Embed 消息"
4+
}

website/docs/api/embed/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Embed 消息
3+
toc_max_heading_level: 4
4+
---
5+
6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
8+
9+
QQ频道中有一些针对 `Embed消息` 的API。
10+

website/docs/api/role/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 35,
3+
"label": "角色 Role"
4+
}

website/docs/api/role/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 角色
3+
toc_max_heading_level: 4
4+
---
5+
6+
import Tabs from '@theme/Tabs';
7+
import TabItem from '@theme/TabItem';
8+
9+
QQ频道中有一些针对 `角色` 的API。
10+

website/docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ async function config() {
116116
}
117117
},
118118
// 公告
119-
announcementBar: {
120-
id: 'announcementBar-still_alpha',
121-
content: `⚒️🛠️👷QQ频道组件仍处于ALPHA阶段,欢迎积极<a href="https://github.com/simple-robot/simpler-robot/issues/new?template=bug-report.yml">反馈问题</a>或<a href="https://github.com/simple-robot/simbot-component-qq-guild/pulls">协助我们</a>,非常感谢🙇‍`,
122-
// backgroundColor: '#FFB906',
123-
// backgroundColor: 'linear-gradient(0deg,red 50%,green 50%)',
124-
// textColor: '#142F48',
125-
isCloseable: false
126-
127-
},
119+
// announcementBar: {
120+
// id: 'announcementBar-still_alpha',
121+
// content: `⚒️🛠️👷QQ频道组件仍处于ALPHA阶段,欢迎积极<a href="https://github.com/simple-robot/simpler-robot/issues/new?template=bug-report.yml">反馈问题</a>或<a href="https://github.com/simple-robot/simbot-component-qq-guild/pulls">协助我们</a>,非常感谢🙇‍`,
122+
// // backgroundColor: '#FFB906',
123+
// // backgroundColor: 'linear-gradient(0deg,red 50%,green 50%)',
124+
// // textColor: '#142F48',
125+
// isCloseable: false
126+
//
127+
// },
128128
navbar: {
129129
title: 'Simple Robot | QQ频道组件',
130130
logo: {

website/static/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.2.0.0-beta.2"
2+
"version": "3.2.0.0"
33
}

0 commit comments

Comments
 (0)