【热更】添加草花和灵动专服的配置
parent
8df099eabc
commit
57ece39059
|
@ -244,10 +244,14 @@ namespace GameEditor.FrameTool
|
||||||
{
|
{
|
||||||
|
|
||||||
static string[][] _SettingConfig = new string[][]{
|
static string[][] _SettingConfig = new string[][]{
|
||||||
|
|
||||||
new string[]{ "C轮测试v2", "mht_china/local", "cdn_v2", "china/dev-c" },
|
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_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_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>();
|
static Dictionary<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>();
|
||||||
|
|
Loading…
Reference in New Issue