From c24ec6d30fbb3d2ea558bdb3bcf32d982b826ed2 Mon Sep 17 00:00:00 2001 From: vurtne14 Date: Tue, 3 Feb 2026 13:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Editor/GameEditor/FrameTool/ServerPathType.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs b/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs index b6a1b8ffa..ee3f9d52d 100644 --- a/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs +++ b/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs @@ -34,9 +34,14 @@ namespace GameEditor.FrameTool /// /// 时空测试服 /// - [ServerPathTypeValue("http://120.131.0.103:8080/sk_loginserver/", "http://cfzl-1257713232.cos.ap-beijing.myqcloud.com/shiKongTest", null, "http://120.131.0.103:8081/idip/sfzb/sdk", "http://120.131.0.103:8081/idip/sfzb/", "Android_QuickGame")] + [ServerPathTypeValue("http://152.136.162.165:8080/sk_loginserver/", "http://cfzl-1257713232.cos.ap-beijing.myqcloud.com/shiKongTest", null, "http://152.136.162.165:8081/idip/sfzb/sdk", "http://152.136.162.165:8081/idip/sfzb/", "dev")] 时空测试服, - /// + /// + /// 时空测试服 + /// + [ServerPathTypeValue("http://152.136.162.165:8080/sk_loginserver/", "http://cfzl-1257713232.cos.ap-beijing.myqcloud.com/shiKongQuickTest", null, "http://152.136.162.165:8081/idip/sfzb/sdk", "http://152.136.162.165:8081/idip/sfzb/", "dev")] + 时空QUICK测试服, + /// /// 一七玩时空测试服 /// [ServerPathTypeValue("http://121.40.93.33:8080/sk_loginserver/", "http://cfzl-1257713232.cos.ap-beijing.myqcloud.com/shiKong", null, "http://121.40.93.33:8081/idip/sfzb/sdk", "http://121.40.93.33:8081/idip/sfzb/", "Android_QuickGame_New")]