Merge pull request #427 from DavidDengHui/patch-3

修复远程服务地址
pull/442/head
李宗英 2 years ago committed by GitHub
commit 872f668c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/src/main/res/values/server.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<integer name="local_channel_version">1</integer> <integer name="local_channel_version">1</integer>
<string name="server_version_url">https://cdn.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/version.txt</string> <string name="server_version_url">https://fastly.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> <string name="server_url">https://fastly.jsdelivr.net/gh/LeGend-wLw/my-tv-json-utils@main/channels.json</string>
</resources> </resources>

Loading…
Cancel
Save