wrapper 1.1.0 released

This commit is contained in:
Him188 2020-05-06 15:52:03 +08:00
parent 8721c60493
commit 1b3d60882b
2 changed files with 16 additions and 2 deletions

View File

@ -26,7 +26,21 @@ Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持
### 使用
**[下载(download)](https://github.com/mamoe/mirai-console/releases)**
请下载最新的 `mirai-console-wrapper-x.x.x-all.jar`
请下载最新的 `mirai-console-wrapper-x.x.x.jar`
参数
```
--native / -n 以图形界面模式启动
--update [KEEP|STABLE|EA] 版本升级策略. "KEEP" 为停留在当前版本; "STABLE"
为更新到最新稳定版; "EA" 为更新到最新预览版.
--console [Graphical|Terminal|Pure]
UI 类型. "GRAPHICAL" 为 JavaFX 图形界面;
"TERMINAL" 为 Unix 终端界面; "PURE" 为纯命令行.
-h, --help 显示这个帮主
```
#### 对于Windows用户

View File

@ -14,7 +14,7 @@ object Versions {
const val core = "1.0-RC"
const val console = "0.5.1"
const val consoleGraphical = "0.0.7"
const val consoleWrapper = "1.0.0"
const val consoleWrapper = "1.1.0"
}
object Kotlin {