update PLAY button(add Matching State)

This commit is contained in:
才羽青空 2025-12-29 08:27:39 +08:00
parent 4d3e6ace2b
commit 25c4cdec83
3 changed files with 167 additions and 63 deletions

View file

@ -2,11 +2,11 @@ var serverList = [
{
//name 控制在大厅显示的名称。
name: "NA SERVER",
name: "AS SERVER",
//description 默认不显示,但必须保留该参数。
description: "North America Server",
//ip 控制玩家连接的服务器地址
ip: "43.248.139.242:8888"
ip: "220.205.16.22:8889"
},
@ -22,31 +22,11 @@ var serverList = [
{
//name 控制在大厅显示的名称。
name: "AS SERVER",
name: "RU SERVER",
//description 默认不显示,但必须保留该参数。
description: "Asia Server",
//ip 控制玩家连接的服务器地址
ip: "81.177.135.63"
},
{
//name 控制在大厅显示的名称。
name: "OC SERVER",
//description 默认不显示,但必须保留该参数。
description: "Oceania Server",
//ip 控制玩家连接的服务器地址
ip: "81.177.135.63"
},
{
//name 控制在大厅显示的名称。
name: "SA SERVER",
//description 默认不显示,但必须保留该参数。
description: "South America Server",
//ip 控制玩家连接的服务器地址
ip: "81.177.135.63"
}
]