pull/28/head
fengyuecanzhu 2 years ago
parent afcaa6ad95
commit 9d07a530a6
No known key found for this signature in database
GPG Key ID: 04B78AD06A9D6E6C
  1. 2
      app/src/main/java/xyz/fycz/myreader/util/utils/OkHttpUtils.java
  2. 2
      dynamic/src/main/java/xyz/fycz/dynamic/fix/App246Fix5.kt

@ -214,7 +214,7 @@ public class OkHttpUtils {
}
public static String getBakUpdateInfo() throws IOException {
return OkHttpUtils.getHtml("https://fyreader.coding.net/p/img/d/FYReader-Update/git/raw/master/" +
return OkHttpUtils.getHtml("https://gitlab.com/fengyuecanzhu/fyreader-resource/-/raw/main/FYReader-Update/" +
(App.isDebug() ? "debug" : "release") +
"/content.txt");
}

@ -200,7 +200,7 @@ class App246Fix5 : AppFixHandle {
@Throws(IOException::class)
fun getBakUpdateInfo(): String {
return OkHttpUtils.getHtml(
"https://fyreader.coding.net/p/img/d/FYReader-Update/git/raw/master/" +
"https://gitlab.com/fengyuecanzhu/fyreader-resource/-/raw/main/FYReader-Update/" +
(if (App.isDebug()) "debug" else "release") +
"/content.txt"
)

Loading…
Cancel
Save