【热更】添加测试服和喜扑的配置

dev_chengFeng
gaoxin 2021-06-11 13:02:12 +08:00 committed by JieLing
parent 41af3c5db2
commit 9ec33b5c6d
1 changed files with 3 additions and 1 deletions

View File

@ -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<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>();