From 9ec33b5c6dc7786f2c5d40bd8f718f64f4353ea1 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 11 Jun 2021 13:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=83=AD=E6=9B=B4=E3=80=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=9C=8D=E5=92=8C=E5=96=9C=E6=89=91?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs index 901fe651f5..8b69f433df 100644 --- a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs +++ b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs @@ -245,7 +245,9 @@ namespace GameEditor.FrameTool static string[][] _SettingConfig = new string[][]{ new string[]{ "C轮测试v2", "mht_china/local", "cdn_v2", "china/dev-c" }, - new string[]{ "C轮测试v3", "mht_china/local", "cdn_v3", "china/dev-c" } + new string[]{ "C轮测试v3", "mht_china/local", "cdn_v3", "china/dev-c" }, + new string[]{ "喜扑", "mht_china/zf", "cdn_xipu", "china/zf_test" }, + new string[]{ "灵动-专服-测试", "mht_china/zf", "cdn_mht_zf_test", "china/zf_test" } }; static Dictionary _HotFixConfigDic = new Dictionary();