Skip to content

Commit 39a8ca1

Browse files
committed
build: 1.3.5
1 parent 37d4f7c commit 39a8ca1

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.7.20"
33
kotlin("plugin.serialization") version "1.7.20"
44

5-
id("net.mamoe.mirai-console") version "2.13.0-RC"
5+
id("net.mamoe.mirai-console") version "2.13.0-RC2"
66
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
77
}
88

99
group = "io.github.gnuf0rce"
10-
version = "1.3.4"
10+
version = "1.3.5"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -26,8 +26,8 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compileOnly("net.mamoe:mirai-core:2.13.0-RC")
30-
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC")
29+
compileOnly("net.mamoe:mirai-core:2.13.0-RC2")
30+
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC2")
3131
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
3232
exclude(group = "org.jetbrains.kotlin")
3333
exclude(group = "org.jetbrains.kotlinx")
@@ -46,7 +46,7 @@ dependencies {
4646
// Test
4747
testImplementation(kotlin("test"))
4848
testImplementation("org.slf4j:slf4j-simple:2.0.3")
49-
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
49+
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC2")
5050
}
5151

5252
mirai {

readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@
4747
* auto_download_message 自动保存特殊消息内容,比如闪照
4848
* random_image_api 随机图片API by <https://rainchan.win/projects/pximg>
4949

50+
### 修改协议内容
51+
52+
`data/io.github.gnuf0rce.debug-helper/` 下新建文本文件 `ANDROID_PHONE.txt` (可根据需要修改的协议名更改文件名)
53+
54+
填入例如
55+
```text
56+
com.tencent.mobileqq
57+
537066978
58+
0.9.15.9425
59+
6.0.0.2463
60+
150470524
61+
66560
62+
16724722
63+
A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D
64+
1640921786
65+
16
66+
```
67+
5068
## 安装
5169

5270
### MCL 指令安装

src/main/kotlin/io/github/gnuf0rce/mirai/debug/DebugHelperPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import java.time.*
2727
import java.util.zip.*
2828

2929
object DebugHelperPlugin : KotlinPlugin(
30-
JvmPluginDescription(id = "io.github.gnuf0rce.debug-helper", version = "1.3.4") {
30+
JvmPluginDescription(id = "io.github.gnuf0rce.debug-helper", version = "1.3.5") {
3131
name("debug-helper")
3232
author("cssxsh")
3333
}

0 commit comments

Comments
 (0)