mirror of https://github.com/lizongying/my-tv.git
Merge pull request #402 from fanmingming/patch-1
Resolve the issue of inaccessible resources in mainland China.pull/425/head
commit
f76aa37169
@ -1,6 +1,6 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources> |
||||
<integer name="local_channel_version">1</integer> |
||||
<string name="server_version_url">https://raw.githubusercontent.com/LeGend-wLw/my-tv-json-utils/main/version.txt</string> |
||||
<string name="server_url">https://github.com/LeGend-wLw/my-tv-json-utils/raw/main/channels.json</string> |
||||
</resources> |
||||
<string name="server_version_url">https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/version.txt</string> |
||||
<string name="server_url">https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@raw/main/channels.json</string> |
||||
</resources> |
||||
|
||||
Loading…
Reference in new issue