【热更】添加测试服和喜扑的配置
parent
41af3c5db2
commit
9ec33b5c6d
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue