From 84cfa3e2c9bdff0ab8f4f2a3474656eb6a73f45d Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 24 Jun 2021 13:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=85=8D=E7=BD=AE=E3=80=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=A1=AC=E6=A0=B8=E6=B8=A0=E9=81=93=EF=BC=8C=E5=85=88?= =?UTF-8?q?=E9=81=A3=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=83=AD?= =?UTF-8?q?=E6=9B=B4=E5=88=A0=E9=99=A4=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/AutoPack.cs | 4 +++- Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Assets/Editor/AutoPack.cs b/Assets/Editor/AutoPack.cs index fd26a059f4..e87a46150f 100644 --- a/Assets/Editor/AutoPack.cs +++ b/Assets/Editor/AutoPack.cs @@ -15,12 +15,14 @@ public class AutoPack : EditorWindow new string[]{ "灵动专服-正式", "Logo_gn_zf_release", "MHT_GN_ZF_RELEASE" , "china/zf_test"}, new string[]{ "喜扑", "Logo_cn_xipu", "MHT_CN_XIPU", "china/zf_test"}, new string[]{ "草花", "Logo_cn_caohua", "MHT_CN_MIDDLE_WARE" , "china/zf_test"}, + new string[]{ "Quick", "Logo_cn_quick", "MHT_CN_QUICK" , "china/local"}, // 灵动商务 new string[]{ "灵动商务", "Logo_mht_sw", "MHT_GN_SW" , "china/mht_sw"}, - //先遣 + new string[]{ "先遣-测试", "LogoChinaXQCS", "MHT_GN_XQ_TEST", "china/test"}, + new string[]{ "先遣", "LogoChinaXQ", "MHT_GN_XQ", "china/test"}, }; diff --git a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs index 7dbe1f31e4..76028183e4 100644 --- a/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs +++ b/Assets/Scripts/Editor/GameEditor/FrameTool/HotFixWindow.cs @@ -380,7 +380,7 @@ namespace GameEditor.FrameTool static Dictionary _HotFixConfigDic = new Dictionary(); static string benchName = ""; public static string _HotFixProjectPath; - static string _Password = "tcx123"; + static string _Password = ""; static bool _IsUpdateCDN = false; static bool _IsGitPull = false;