File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.1] ( https://github.com/Samarium150/mirai-console-lolicon/compare/3.2.0...3.2.1 ) (2021-04-17)
2
+
3
+
4
+ ### build
5
+
6
+ * bump mirai-console version to 2.6.1 ([ 43457d3] ( https://github.com/Samarium150/mirai-console-lolicon/commit/43457d386d943d9add87a3bad8e15fbd663940e9 ) )
7
+
8
+ ### docs
9
+
10
+ * update README.md ([ 700cabe] ( https://github.com/Samarium150/mirai-console-lolicon/commit/700cabe7207c940568d31d3666f875d9c31cc28b ) )
11
+
12
+
13
+
1
14
# [ 3.2.0] ( https://github.com/Samarium150/mirai-console-lolicon/compare/3.1.0...3.2.0 ) (2021-03-30)
2
15
3
16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Social preview的图片来自 [AliceSoft](https://www.alicesoft.com) 制作的
12
12
在群内随机发送图片(默认30s自动撤回+60s冷却),支持关键词检索
13
13
<br >
14
14
适配 [ mirai-console] ( https://github.com/mamoe/mirai-console )
15
- [ ![ Version] ( https://img.shields.io/badge/version-2.5 .1-blue )] ( https://github.com/mamoe/mirai/releases/tag/v2.5 .1 )
15
+ [ ![ Version] ( https://img.shields.io/badge/version-2.6 .1-blue )] ( https://github.com/mamoe/mirai/releases/tag/v2.6 .1 )
16
16
<br >
17
17
可以在 [ Lolicon API] ( https://api.lolicon.app/#/setu ) 申请apikey来增加调用额度
18
18
<br >
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
5
5
kotlin(" jvm" ) version kotlinVersion
6
6
kotlin(" plugin.serialization" ) version kotlinVersion
7
7
8
- id(" net.mamoe.mirai-console" ) version " 2.5 .1"
8
+ id(" net.mamoe.mirai-console" ) version " 2.6 .1"
9
9
id(" org.jetbrains.dokka" ) version " 1.4.0"
10
10
}
11
11
12
12
group = " com.github.samarium150"
13
- version = " 3.2.0 "
13
+ version = " 3.2.1 "
14
14
15
15
repositories {
16
16
mavenLocal()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mirai-console-lolicon" ,
3
- "version" : " 3.2.0 " ,
3
+ "version" : " 3.2.1 " ,
4
4
"description" : " 基于mirai-console的涩图机器人" ,
5
5
"scripts" : {
6
6
"changelog" : " conventional-changelog -p eslint -i CHANGELOG.md -s"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import net.mamoe.mirai.console.util.ConsoleExperimentalApi
37
37
object Main: KotlinPlugin(
38
38
JvmPluginDescription (
39
39
id = "com.github.samarium150.mirai-console-lolicon",
40
- version = "3.2.0 ",
40
+ version = "3.2.1 ",
41
41
name = "mirai-console-lolicon"
42
42
)
43
43
) {
You can’t perform that action at this time.
0 commit comments