From 3e513d5adfb123eeeb5f0facca2a77cce61734d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=99=96?= Date: Wed, 14 Feb 2024 16:06:07 +0800 Subject: [PATCH] Fix server.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原远程服务CDN地址`https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@raw/main/channels.json`有误已修复。 另外GitHub镜像服务`fastly.jsdelivr.net`要比`cdn.jsdelivr.net`快一些已修改。 --- app/src/main/res/values/server.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/server.xml b/app/src/main/res/values/server.xml index 908de9a..af4facd 100644 --- a/app/src/main/res/values/server.xml +++ b/app/src/main/res/values/server.xml @@ -1,6 +1,6 @@ 1 - https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/version.txt - https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@raw/main/channels.json + https://fastly.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/version.txt + https://fastly.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/channels.json