提交内容:

This commit is contained in:
xukuan 2025-03-23 10:43:58 +08:00
parent 6dfac856d5
commit f95801ff43
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ export const GameServerListFileURL = ""; //'http://192.168.0.104:7456/web-mobile
export const GameServerURLs = [
// 'wss://chengchennet.cn:15005',//wss远程链接
//"ws://150.158.100.241:8092", //ws远程链接
//"ws://52.221.198.126:8023", //亚马逊 ws远程链接
"wss://game.squidcryptoweb.com:8023", //亚马逊 ws远程链接
"ws://52.221.198.126:8024", //亚马逊 ws远程链接
// "wss://game.squidcryptoweb.com:8023", //亚马逊 ws远程链接
// "ws://127.0.0.1:8092", //ws本地连接
// 'wss://squidgameserver.gryphon.fun'
];