mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 06:10:30 +08:00
terminal console closable
This commit is contained in:
parent
07734e2cc3
commit
425cab9bbc
@ -20,7 +20,7 @@
|
|||||||
return when(operatingSystem){
|
return when(operatingSystem){
|
||||||
WINDOWS -> listOf("Graphical","WebPanel","Pure")
|
WINDOWS -> listOf("Graphical","WebPanel","Pure")
|
||||||
MAC_OS -> listOf("Graphical","Terminal","WebPanel","Pure")
|
MAC_OS -> listOf("Graphical","Terminal","WebPanel","Pure")
|
||||||
Linux -> listOf("Terminal","Pure")
|
LINUX -> listOf("Terminal","Pure")
|
||||||
ANDROID -> listOf("Android","Pure","WebPanel")
|
ANDROID -> listOf("Android","Pure","WebPanel")
|
||||||
else -> listOf("Pure")
|
else -> listOf("Pure")
|
||||||
}
|
}
|
||||||
@ -31,7 +31,7 @@
|
|||||||
体验 -> listOf("Graphical","Terminal","WebPanel","Android","Pure")
|
体验 -> listOf("Graphical","Terminal","WebPanel","Android","Pure")
|
||||||
测试插件 -> listOf("Pure")
|
测试插件 -> listOf("Pure")
|
||||||
调试插件 -> byOperatingSystem()
|
调试插件 -> byOperatingSystem()
|
||||||
Linux稳定挂机 -> listOf("Terminal","Pure")
|
UNIX稳定挂机 -> listOf("Terminal","Pure")
|
||||||
else -> listOf("Pure")
|
else -> listOf("Pure")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user