Skip to content

Commit

Permalink
release: v3.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 28, 2023
1 parent 958c770 commit 3d47ff5
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .changelog/v3.2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
> 对应核心版本: [**v3.2.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v3.2.0)
> **Warning**
> **目前版本处于 `BETA` 阶段,代表我们会尽量保证不再大面积变更API,且仍然可能存在一些未知问题、未完善的内容和落后于官方更新的内容。**
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
感谢您的贡献与支持!

也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,11 @@
## 文档

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

---

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

Expand Down
10 changes: 6 additions & 4 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ val simbotVersion = v(3, 2, 0)
//- v("RC", 3)

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

val simbotApi = simbot("api")
val simbotCore = simbot("core")
Expand Down Expand Up @@ -62,10 +63,10 @@ object P {
0, 0
)

private val alphaSuffix = v("beta", 2)
//private val alphaSuffix = v("beta", 2)

override val version = baseVersion - alphaSuffix
val snapshotVersion = baseVersion - (alphaSuffix - Version.SNAPSHOT)
override val version = baseVersion // - alphaSuffix
val snapshotVersion = baseVersion - Version.SNAPSHOT

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

Expand Down Expand Up @@ -106,6 +107,7 @@ object P {


}

private val _isSnapshot by lazy { initIsSnapshot() }

private fun initIsSnapshot(): Boolean {
Expand Down
4 changes: 4 additions & 0 deletions website/docs/api/ark/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 40,
"label": "Ark 消息"
}
10 changes: 10 additions & 0 deletions website/docs/api/ark/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Ark 消息
toc_max_heading_level: 4
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

QQ频道中有一些针对 `Ark消息` 的API。

4 changes: 4 additions & 0 deletions website/docs/api/embed/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 45,
"label": "Embed 消息"
}
10 changes: 10 additions & 0 deletions website/docs/api/embed/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Embed 消息
toc_max_heading_level: 4
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

QQ频道中有一些针对 `Embed消息` 的API。

4 changes: 4 additions & 0 deletions website/docs/api/role/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 35,
"label": "角色 Role"
}
10 changes: 10 additions & 0 deletions website/docs/api/role/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 角色
toc_max_heading_level: 4
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

QQ频道中有一些针对 `角色` 的API。

18 changes: 9 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ async function config() {
}
},
// 公告
announcementBar: {
id: 'announcementBar-still_alpha',
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>,非常感谢🙇‍`,
// backgroundColor: '#FFB906',
// backgroundColor: 'linear-gradient(0deg,red 50%,green 50%)',
// textColor: '#142F48',
isCloseable: false

},
// announcementBar: {
// id: 'announcementBar-still_alpha',
// 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>,非常感谢🙇‍`,
// // backgroundColor: '#FFB906',
// // backgroundColor: 'linear-gradient(0deg,red 50%,green 50%)',
// // textColor: '#142F48',
// isCloseable: false
//
// },
navbar: {
title: 'Simple Robot | QQ频道组件',
logo: {
Expand Down
2 changes: 1 addition & 1 deletion website/static/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.2.0.0-beta.2"
"version": "3.2.0.0"
}

0 comments on commit 3d47ff5

Please sign in to comment.