From 4876c365f361d4c3f7e7f6fbf62823c860b4a783 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 8 Jun 2021 20:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B7=A5=E5=85=B7=E3=80=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=81=B5=E5=8A=A8=E4=B8=93=E6=9C=8D=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/AutoPack.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Assets/Editor/AutoPack.cs b/Assets/Editor/AutoPack.cs index a174c0c7d1..5fc652d3df 100644 --- a/Assets/Editor/AutoPack.cs +++ b/Assets/Editor/AutoPack.cs @@ -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" }, };