update friend bar & server selection (thanks Kirito)

This commit is contained in:
才羽青空 2025-12-28 00:41:01 +08:00
parent eb0008a2dc
commit 4094df3182
7 changed files with 413 additions and 47 deletions

View file

@ -2,9 +2,9 @@ var serverList = [
{
//name 控制在大厅显示的名称。
name: "AS",
name: "NA SERVER",
//description 默认不显示,但必须保留该参数。
description: "Asia Server",
description: "North America Server",
//ip 控制玩家连接的服务器地址
ip: "43.248.139.242:8888"
@ -12,7 +12,7 @@ var serverList = [
{
//name 控制在大厅显示的名称。
name: "EU",
name: "EU SERVER",
//description 默认不显示,但必须保留该参数。
description: "European Server",
//ip 控制玩家连接的服务器地址
@ -22,9 +22,29 @@ var serverList = [
{
//name 控制在大厅显示的名称。
name: "RU",
name: "AS SERVER",
//description 默认不显示,但必须保留该参数。
description: "Russian Server",
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"