From a45244c552b03314a347974ce29dd5a5198b6594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=98=8E=E6=98=8E?= Date: Sun, 11 Feb 2024 10:52:54 +0800 Subject: [PATCH] Resolve the issue of inaccessible resources in mainland China. --- app/src/main/res/values/server.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/server.xml b/app/src/main/res/values/server.xml index 16407dc..908de9a 100644 --- a/app/src/main/res/values/server.xml +++ b/app/src/main/res/values/server.xml @@ -1,6 +1,6 @@ 1 - https://raw.githubusercontent.com/LeGend-wLw/my-tv-json-utils/main/version.txt - https://github.com/LeGend-wLw/my-tv-json-utils/raw/main/channels.json - \ No newline at end of file + 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 +