1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <appSettings>
- <add key="REMOTE_URLS" value="
- http://dl.shanggu3.moreu.cn/http/res/,
- http://dl2.shanggu3.moreu.cn/http/res/,
- http://192.168.1.13:8081/qa_res_server_a/,
- http://192.168.1.81/mpq/gzip/,
- http://192.168.1.81/mpq/z/,
- " />
- <add key="REMOTE_SUFFIXS" value="
- updates_png/update_version.txt,
- updates_etc/update_version.txt,
- updates_pvr/update_version.txt,
- " />
- </appSettings>
- </configuration>
|