File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
在群内随机发送图片(30s自动撤回+60s冷却),支持关键词检索
9
9
<br >
10
10
适配[ mirai-console] ( https://github.com/mamoe/mirai-console )
11
- [ ![ Version] ( https://img.shields.io/badge/version-2.0--RC- blue )] ( https://github.com/mamoe/mirai-console/releases/tag/2.0-RC )
11
+ [ ![ Version] ( https://img.shields.io/badge/version-2.0.0- blue )] ( https://github.com/mamoe/mirai-console/releases/tag/2.0.0 )
12
12
<br >
13
13
可以在 [ Lolicon API] ( https://api.lolicon.app/#/setu ) 申请apikey来增加调用额度
14
14
## Configuration and Plugin Data
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
3
3
kotlin(" jvm" ) version kotlinVersion
4
4
kotlin(" plugin.serialization" ) version kotlinVersion
5
5
6
- id(" net.mamoe.mirai-console" ) version " 2.0-RC "
6
+ id(" net.mamoe.mirai-console" ) version " 2.0.0 "
7
7
}
8
8
9
9
group = " com.github.samarium150"
10
- version = " 1.5.1 "
10
+ version = " 1.5.2 "
11
11
12
12
repositories {
13
13
mavenLocal()
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import net.mamoe.mirai.utils.info
44
44
object Main: KotlinPlugin(
45
45
JvmPluginDescription (
46
46
id = "com.github.samarium150.mirai-console-lolicon",
47
- version = "1.5.1 ",
47
+ version = "1.5.2 ",
48
48
name = "mirai-console-lolicon"
49
49
)
50
50
) {
You can’t perform that action at this time.
0 commit comments