Fix:更改服务器地址为Github地址

This commit is contained in:
LeGend-wLw 2024-02-05 13:21:44 +08:00
parent a746fe6c65
commit fd1dc8d3c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="local_channel_version">1</integer>
<string name="server_version_url">http://localhost:8080</string>
<string name="server_url">http://localhost:8080</string>
<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>