mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-10 10:24:29 +08:00
v2.0.5
修复 1. 从详情页进入标签再返回后阅读空漫画闪退 2. 无法阅读/下载服务器返回size与实际不一致的漫画(奈奈与薰的SM日记 第一话) 优化 1. 动态设置沉浸状态栏高度
This commit is contained in:
@@ -47,7 +47,7 @@ class SimpleKanban(private val client: Client, private val pwd: String) { //mu
|
||||
|
||||
operator fun get(version: Int): String =
|
||||
if(client.initConnect()) {
|
||||
client.sendMessage("${pwd}get39quit")
|
||||
client.sendMessage("${pwd}get${version}quit")
|
||||
client.receiveRawMessage(36) //Welcome to simple kanban server. get
|
||||
val r = try {
|
||||
val firstRecv = client.receiveRawMessage(4)
|
||||
|
||||
Reference in New Issue
Block a user