From 0d85e60bf4141d40ac719b49fe3015cfa0bc8bc7 Mon Sep 17 00:00:00 2001 From: ipcjs Date: Sat, 29 Aug 2020 10:41:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=80=83=E8=99=91=E8=80=81=E7=89=88?= =?UTF-8?q?=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7,=20=E6=A0=B9=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84properties.json=E8=BF=98=E5=BA=94?= =?UTF-8?q?=E4=BF=9D=E7=95=99...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit da9aaada7b316e5e799f035f3b648fdb06c53b1c) --- properties.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 properties.json diff --git a/properties.json b/properties.json new file mode 100644 index 0000000..b07d926 --- /dev/null +++ b/properties.json @@ -0,0 +1,47 @@ +{ + "latest_version": "2.0.0 Alpha 1", + "latest_version_code": "13", + "changelog": "**测试版更新**\n2.0.0 alpha 1 \n1. 在线播放功能重磅来袭\n2. 部分界面重置\n3. 全新侧边菜单,Material Design 2.0风格\n4.修复已知问题\n\n该版本为测试版,欢迎大家反馈问题", + "data_sources": [ + { + "name": "AVMOO 日本", + "link": "https://avmoo.host", + "legacies":[ + "javzoo.com", + "avmoo.xyz", + "avmoo.net", + "avmoo.pw", + "javmoo.com", + "javlog.com", + "javtag.com", + "javhip.com", + "avos.pw", + "avmo.pw", + "avmo.club", + "avio.pw", + "javdog.com", + "javmoo.net" + ] + }, + { + "name": "AVMOO 日本无码", + "link": "https://avsox.cyou", + "legacies":[ + "avme.pw", + "avsox.net", + "javkey.com", + "javfee.com", + "javpee.com", + "avso.pw", + "avso.club" + ] + }, + { + "name": "AVMOO 欧美", + "link": "https://avmemo.asia", + "legacies":[ + + ] + } + ] +} From e3c2132ca6b56c3ae0cf18dafd368f1974545e14 Mon Sep 17 00:00:00 2001 From: ipcjs Date: Sat, 29 Aug 2020 10:42:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?properties.json=E6=8D=A2=E6=88=90=E4=B8=BB?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 6d5a64cfecf97dbe76b2b7c1746ad797b509d8e0) --- .../main/java/io/github/javiewer/activity/StartActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/io/github/javiewer/activity/StartActivity.java b/app/src/main/java/io/github/javiewer/activity/StartActivity.java index c4b81d4..edd20cd 100644 --- a/app/src/main/java/io/github/javiewer/activity/StartActivity.java +++ b/app/src/main/java/io/github/javiewer/activity/StartActivity.java @@ -49,8 +49,7 @@ protected void onCreate(Bundle savedInstanceState) { public void readProperties() { Request request = new Request.Builder() - // todo: 正式版改成官方仓库的地址 - .url("https://raw.githubusercontent.com/ipcjs/JAViewer/master/app/src/main/assets/properties.json?t=" + System.currentTimeMillis() / 1000) + .url("https://raw.githubusercontent.com/SplashCodes/JAViewer/master/app/src/main/assets/properties.json?t=" + System.currentTimeMillis() / 1000) .build(); JAViewer.HTTP_CLIENT.newCall(request).enqueue(new Callback() { @Override