You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
281 B

  1. local setting = {
  2. -- 资源版本号
  3. ResourceVersion = "1000";
  4. -- IpServer
  5. IpServer = "http://shibaip.dingdingqipai.com/iplist.php",
  6. -- 官方下载地址
  7. -- app.config.Setting.appDownloadUrl
  8. appDownloadUrl = "http://m.dingdingqipai.com/cnzp.php",
  9. };
  10. return setting;