File tree 3 files changed +21
-8
lines changed
3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 13
13
14
14
插件权限ID ` xyz.cssxsh.mirai.plugin.meme-helper:* ` ,使用前授予权限
15
15
16
- 插件依赖于 [ Mirai Skia Plugin] ( https://github.com/cssxsh/mirai-skia-plugin ) (必要)
17
- 插件依赖于 [ Mirai Hibernate Plugin] ( https://github.com/cssxsh/mirai-hibernate-plugin ) (不必要)
16
+ 插件依赖于 [ Mirai Skia Plugin] ( https://github.com/cssxsh/mirai-skia-plugin ) (必要)
17
+ 插件依赖于 [ Mirai Hibernate Plugin] ( https://github.com/cssxsh/mirai-hibernate-plugin ) (不必要)
18
18
19
19
** 目前插件开发处于实验性阶段**
20
20
21
+ ## 安装
22
+
23
+ ### MCL 指令安装
24
+
25
+ ` ./mcl --update-package xyz.cssxsh:meme-helper --channel stable --type plugin `
26
+
27
+ ### 手动安装
28
+
29
+ 1 . 运行 [ Mirai Console] ( https://github.com/mamoe/mirai-console ) 生成` plugins ` 文件夹
30
+ 2 . 从 [ Releases] ( https://github.com/cssxsh/meme-helper/releases ) 下载` jar ` 并将其放入` plugins ` 文件夹中
31
+
21
32
## 基本功能
22
33
23
34
### PornHub
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ plugins {
6
6
id(" net.mamoe.maven-central-publish" ) version " 0.7.1"
7
7
}
8
8
9
- group = " xyz.cssxsh.meme-helper "
10
- version = " 1.0.2 "
9
+ group = " xyz.cssxsh"
10
+ version = " 1.0.3 "
11
11
12
12
repositories {
13
13
mavenLocal()
@@ -25,8 +25,10 @@ mavenCentralPublish {
25
25
}
26
26
27
27
dependencies {
28
- compileOnly(" xyz.cssxsh.mirai:mirai-hibernate-plugin:2.2.3" )
29
- compileOnly(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.0" )
28
+ 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" )
30
32
compileOnly(" net.mamoe:mirai-core-utils:2.11.1" )
31
33
// Test
32
34
testImplementation(kotlin(" test" , " 1.6.21" ))
@@ -35,7 +37,7 @@ dependencies {
35
37
testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.7.20" )
36
38
testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-x64:0.7.20" )
37
39
testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-windows-x64:0.7.20" )
38
- testImplementation(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.0 " )
40
+ testImplementation(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.1 " )
39
41
testImplementation(" net.mamoe:mirai-core-utils:2.11.1" )
40
42
}
41
43
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public object MemeHelperPlugin : KotlinPlugin(
7
7
JvmPluginDescription (
8
8
id = "xyz.cssxsh.mirai.plugin.meme-helper",
9
9
name = "meme-helper",
10
- version = "1.0.2 ",
10
+ version = "1.0.3 ",
11
11
) {
12
12
author("cssxsh")
13
13
dependsOn("xyz.cssxsh.mirai.plugin.mirai-skia-plugin", ">= 1.1.0", false)
You can’t perform that action at this time.
0 commit comments