提交内容:

This commit is contained in:
xukuan 2025-02-21 11:19:10 +08:00
parent 81e0e6fddd
commit a8176d9e6c
2 changed files with 2 additions and 11 deletions

View File

@ -1,9 +0,0 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "085df255-5bfc-49de-a5cf-0a107a209406",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@ -17,6 +17,6 @@ export const GameServerListFileURL = '';//'http://192.168.0.104:7456/web-mobile/
export const GameServerURLs = [
// 'wss://chengchennet.cn:15005',//wss远程链接
// 'ws://118.195.174.30:3001',//ws远程连接
//'ws://127.0.0.1:3003',//ws本地连接
'wss://squidgameserver.gryphon.fun'
'ws://127.0.0.1:3003',//ws本地连接
// 'wss://squidgameserver.gryphon.fun'
];