Skip to content

Commit

Permalink
build: 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 25, 2023
1 parent bbe074a commit ac9e7ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -12,7 +12,9 @@

目前已知的签名服务已经全部跑路,本插件项目停止维护
本项目不提供任何代替方案,请自行解决
请勿在 Issues 和 Discussions 宣泄情绪
请勿在 Issues 和 Discussions 宣泄情绪

`1.13.0+` 中正式将 JDK 版本提升至 11

## 第三方签名服务

Expand Down Expand Up @@ -62,8 +64,7 @@ KFCFactory 会根据登录协议版本从配置文件(KFCFactory.json)获取签
| `xyz.cssxsh.mirai.tool.KFCFactory.config` | KFCFactory.json | KFCFactory config file path |
| `xyz.cssxsh.mirai.tool.ViVo50.Session.timeout` | 60000 | Session except timeout (ms) |
| `xyz.cssxsh.mirai.tool.UnidbgFetchQsign.token.interval` | 2400000 | RequestToken interval, 0 is stop |

以上参数在 `1.9.5` 中加入
| `xyz.cssxsh.mirai.tool.FixProtocolVersion.source` | RomiChan | protocol versions |

## Mirai Console 使用方法

Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "1.12.0"
version = "1.13.0"

mavenCentralPublish {
useCentralS01()
Expand Down Expand Up @@ -50,6 +50,7 @@ kotlin {
mirai {
coreVersion = "2.15.0"
consoleVersion = "2.15.0"
jvmTarget = JavaVersion.VERSION_11
}

tasks {
Expand Down
Expand Up @@ -13,7 +13,7 @@ internal object FixProtocolVersionPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.fix-protocol-version",
name = "fix-protocol-version",
version = "1.12.0"
version = "1.13.0"
) {
author("cssxsh")
}
Expand Down

0 comments on commit ac9e7ba

Please sign in to comment.