app.config 559 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="REMOTE_URLS" value="
  5. http://dl.shanggu3.moreu.cn/http/res/,
  6. http://dl2.shanggu3.moreu.cn/http/res/,
  7. http://192.168.1.13:8081/qa_res_server_a/,
  8. http://192.168.1.81/mpq/gzip/,
  9. http://192.168.1.81/mpq/z/,
  10. " />
  11. <add key="REMOTE_SUFFIXS" value="
  12. updates_png/update_version.txt,
  13. updates_etc/update_version.txt,
  14. updates_pvr/update_version.txt,
  15. " />
  16. </appSettings>
  17. </configuration>