您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字

18 行
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;