File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
simbot-component-qq-guild-api Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ > 对应核心版本: [ ** v4.1.0** ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0 )
2
+
3
+
4
+ 我们欢迎并期望着您的的[ 反馈] ( https://github.com/simple-robot/simbot-component-qq-guild/issues ) 或[ 协助] ( https://github.com/simple-robot/simbot-component-qq-guild/pulls ) ,
5
+ 感谢您的贡献与支持!
6
+
7
+ 也欢迎您为我们献上一颗 ` star ` ,这是对我们最大的鼓励与认可!
8
+
9
+ > [ !warning]
10
+ > 此版本增加、修改了不少东西,可能会产生不兼容或者任何未知问题,
11
+ > 十分欢迎积极地[ 反馈] ( https://github.com/simple-robot/simbot-component-qq-guild/issues ) 或[ 协助] ( https://github.com/simple-robot/simbot-component-qq-guild/pulls ) ,
12
+ > 非常感谢~
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ object P {
57
57
58
58
59
59
const val VERSION = " 4.0.0-beta6"
60
- const val NEXT_VERSION = " 4.0.0-beta6 "
60
+ const val NEXT_VERSION = " 4.0.0-beta7 "
61
61
62
62
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
63
63
override val version = if (isSnapshot()) snapshotVersion else VERSION
Original file line number Diff line number Diff line change @@ -140,3 +140,5 @@ guildList.forEach { guild ->
140
140
- [x] 帖子 API
141
141
- [x] API接口权限 API
142
142
- [x] WebSocket API
143
+ - [x] QQ群聊
144
+ - [x] C2C单聊
You can’t perform that action at this time.
0 commit comments