【工具】添加灵动专服打包配置

dev_chengFeng
gaoxin 2021-06-08 20:36:16 +08:00
parent b85ddde17f
commit 4876c365f3
1 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,11 @@ public class AutoPack : EditorWindow
{
static string[][] PackConfig = new string[][]
{
new string[]{"喜扑", "Logo_cn_xipu", "MHT_CN_XIPU"},
new string[]{"草花", "Logo_cn_xipu", "MHT_CN_MIDDLE_WARE" },
new string[]{"C轮v2", "Logo_gm_nosdk", "TCX_TEST_C_V2"},
new string[]{ "C轮v2", "Logo_gm_nosdk", "TCX_TEST_C_V2"},
new string[]{ "灵动专服-测试", "Logo_gn_zf_test", "MHT_GN_ZF_TEST" },
new string[]{ "灵动专服-正式", "Logo_gn_zf_release", "MHT_GN_ZF_RELEASE" },
new string[]{ "喜扑", "Logo_cn_xipu", "MHT_CN_XIPU"},
new string[]{ "草花", "Logo_cn_caohua", "MHT_CN_MIDDLE_WARE" },
};