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.

18 lines
351 B

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