Skip to content

Commit 318dfca

Browse files
committed
build: 1.0.4
1 parent eeec048 commit 318dfca

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
[![Release](https://img.shields.io/github/v/release/cssxsh/meme-helper)](https://github.com/cssxsh/meme-helper/releases)
66
[![Downloads](https://img.shields.io/github/downloads/cssxsh/meme-helper/total)](https://shields.io/category/downloads)
7-
[![MiraiForum](https://img.shields.io/badge/post-on%20MiraiForum-yellow)](https://mirai.mamoe.net/topic/334)
7+
[![MiraiForum](https://img.shields.io/badge/post-on%20MiraiForum-yellow)](https://mirai.mamoe.net/topic/1271)
88

99
**使用前应该查阅的相关文档或项目**
1010

@@ -84,21 +84,21 @@ PornHub Login 生成
8484
示例:
8585
```
8686
#spell @Him188
87-
Welcome PR
87+
name=Welcome PR
8888
你可以PR
8989
```
9090
![spell](example/spell.png)
9191

9292
```
9393
#trap @Him188
94-
Useless PR
94+
name=Useless PR
9595
这个还是由我们自己实现
9696
```
9797
![trap](example/trap.png)
9898

9999
```
100100
#monster @LaoLittle
101-
援交JD
101+
name=援交JD
102102
五元一次
103103
```
104104
![monster](example/monster.png)

build.gradle.kts

+8-13
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.6.21"
33
kotlin("plugin.serialization") version "1.6.21"
44

5-
id("net.mamoe.mirai-console") version "2.11.1"
5+
id("net.mamoe.mirai-console") version "2.12.0"
66
id("net.mamoe.maven-central-publish") version "0.7.1"
77
}
88

99
group = "xyz.cssxsh"
10-
version = "1.0.3"
10+
version = "1.0.4"
1111

1212
repositories {
1313
mavenLocal()
@@ -26,19 +26,14 @@ mavenCentralPublish {
2626

2727
dependencies {
2828
compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.2.4")
29-
compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.1")
30-
compileOnly("xyz.cssxsh:weibo-helper:1.5.0")
31-
compileOnly("xyz.cssxsh:bilibili-helper:1.5.2")
32-
compileOnly("net.mamoe:mirai-core-utils:2.11.1")
29+
compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.2")
30+
compileOnly("xyz.cssxsh:weibo-helper:1.5.2")
31+
compileOnly("xyz.cssxsh:bilibili-helper:1.6.0")
32+
compileOnly("net.mamoe:mirai-core-utils:2.12.0")
3333
// Test
3434
testImplementation(kotlin("test", "1.6.21"))
35-
testImplementation("org.jetbrains.skiko:skiko-awt-runtime-linux-arm64:0.7.20")
36-
testImplementation("org.jetbrains.skiko:skiko-awt-runtime-linux-x64:0.7.20")
37-
testImplementation("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.7.20")
38-
testImplementation("org.jetbrains.skiko:skiko-awt-runtime-macos-x64:0.7.20")
39-
testImplementation("org.jetbrains.skiko:skiko-awt-runtime-windows-x64:0.7.20")
40-
testImplementation("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.1")
41-
testImplementation("net.mamoe:mirai-core-utils:2.11.1")
35+
testImplementation("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.2")
36+
testImplementation("net.mamoe:mirai-core-utils:2.12.0")
4237
}
4338

4439
kotlin {

src/main/kotlin/MemeHelperPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public object MemeHelperPlugin : KotlinPlugin(
88
JvmPluginDescription(
99
id = "xyz.cssxsh.mirai.plugin.meme-helper",
1010
name = "meme-helper",
11-
version = "1.0.3",
11+
version = "1.0.4",
1212
) {
1313
author("cssxsh")
1414
dependsOn("xyz.cssxsh.mirai.plugin.mirai-skia-plugin", ">= 1.1.0", false)

0 commit comments

Comments
 (0)