mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-26 16:10:11 +08:00
wrapper 1.1.0 released
This commit is contained in:
parent
8721c60493
commit
1b3d60882b
16
README.md
16
README.md
@ -26,7 +26,21 @@ Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持
|
|||||||
|
|
||||||
### 使用
|
### 使用
|
||||||
**[下载(download)](https://github.com/mamoe/mirai-console/releases)**
|
**[下载(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用户
|
#### 对于Windows用户
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ object Versions {
|
|||||||
const val core = "1.0-RC"
|
const val core = "1.0-RC"
|
||||||
const val console = "0.5.1"
|
const val console = "0.5.1"
|
||||||
const val consoleGraphical = "0.0.7"
|
const val consoleGraphical = "0.0.7"
|
||||||
const val consoleWrapper = "1.0.0"
|
const val consoleWrapper = "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Kotlin {
|
object Kotlin {
|
||||||
|
Loading…
Reference in New Issue
Block a user