Skip to content

Commit

Permalink
build: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 26, 2022
1 parent 37d4f7c commit 39a8ca1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ plugins {
kotlin("jvm") version "1.7.20"
kotlin("plugin.serialization") version "1.7.20"

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

group = "io.github.gnuf0rce"
version = "1.3.4"
version = "1.3.5"

mavenCentralPublish {
useCentralS01()
Expand All @@ -26,8 +26,8 @@ repositories {
}

dependencies {
compileOnly("net.mamoe:mirai-core:2.13.0-RC")
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC")
compileOnly("net.mamoe:mirai-core:2.13.0-RC2")
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC2")
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
Expand All @@ -46,7 +46,7 @@ dependencies {
// Test
testImplementation(kotlin("test"))
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC2")
}

mirai {
Expand Down
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@
* auto_download_message 自动保存特殊消息内容,比如闪照
* random_image_api 随机图片API by <https://rainchan.win/projects/pximg>

### 修改协议内容

`data/io.github.gnuf0rce.debug-helper/` 下新建文本文件 `ANDROID_PHONE.txt` (可根据需要修改的协议名更改文件名)

填入例如
```text
com.tencent.mobileqq
537066978
0.9.15.9425
6.0.0.2463
150470524
66560
16724722
A6 B7 45 BF 24 A2 C2 77 52 77 16 F6 F3 6E B6 8D
1640921786
16
```

## 安装

### MCL 指令安装
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import java.time.*
import java.util.zip.*

object DebugHelperPlugin : KotlinPlugin(
JvmPluginDescription(id = "io.github.gnuf0rce.debug-helper", version = "1.3.4") {
JvmPluginDescription(id = "io.github.gnuf0rce.debug-helper", version = "1.3.5") {
name("debug-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 39a8ca1

Please sign in to comment.