From 57ece390595295642646f9e45df74633fa5d5b13 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 11 Jun 2021 18:02:42 +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=E8=8D=89=E8=8A=B1=E5=92=8C=E7=81=B5=E5=8A=A8=E4=B8=93?= =?UTF-8?q?=E6=9C=8D=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs index 133cdd62bf..85bc813a41 100644 --- a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs +++ b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs @@ -244,10 +244,14 @@ 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[]{ "灵动-专服-测试", "mht_china/zf", "cdn_mht_zf_test", "china/zf_test" }, + new string[]{ "灵动-专服", "mht_china/zf", "cdn_mht_zf_release", "china/zf_test" }, + new string[]{ "草花", "mht_china/zf", "cdn_caohua", "china/zf_test" }, 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();