【配置】添加硬核渠道,先遣打包配置,热更删除默认密码

dev_chengFeng
gaoxin 2021-06-24 13:54:48 +08:00 committed by JieLing
parent 3b6c4c279f
commit 84cfa3e2c9
2 changed files with 4 additions and 2 deletions

View File

@ -15,12 +15,14 @@ public class AutoPack : EditorWindow
new string[]{ "灵动专服-正式", "Logo_gn_zf_release", "MHT_GN_ZF_RELEASE" , "china/zf_test"}, 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_xipu", "MHT_CN_XIPU", "china/zf_test"},
new string[]{ "草花", "Logo_cn_caohua", "MHT_CN_MIDDLE_WARE" , "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[]{ "灵动商务", "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"},
}; };

View File

@ -380,7 +380,7 @@ namespace GameEditor.FrameTool
static Dictionary<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>(); static Dictionary<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>();
static string benchName = ""; static string benchName = "";
public static string _HotFixProjectPath; public static string _HotFixProjectPath;
static string _Password = "tcx123"; static string _Password = "";
static bool _IsUpdateCDN = false; static bool _IsUpdateCDN = false;
static bool _IsGitPull = false; static bool _IsGitPull = false;