|
|
@ -75,7 +75,7 @@ class AppLoadImpl : IAppLoader { |
|
|
|
} |
|
|
|
} |
|
|
|
if (sb.isNotEmpty()) { |
|
|
|
if (sb.isNotEmpty()) { |
|
|
|
if (sb.endsWith("\n")) sb.substring(0, sb.length - 1) |
|
|
|
if (sb.endsWith("\n")) sb.substring(0, sb.length - 1) |
|
|
|
val key = "fix244" |
|
|
|
val key = "fix244-2" |
|
|
|
val hasRead = spu.getBoolean(key, false) |
|
|
|
val hasRead = spu.getBoolean(key, false) |
|
|
|
if (!hasRead) { |
|
|
|
if (!hasRead) { |
|
|
|
announce("插件更新", "更新内容:\n$sb") |
|
|
|
announce("插件更新", "更新内容:\n$sb") |
|
|
|