فهرست منبع

打包文字提示

slambb 11 ماه پیش
والد
کامیت
ef9c30aa34
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      Assets/BowArrow/Scripts/CommonConfig.cs
  2. 1 2
      Assets/BowArrow/Scripts/Editor/MenuChangeAppLanguage.cs

+ 1 - 1
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -7,7 +7,7 @@ using UnityEngine;
 public class CommonConfig
 {
     //青凤鸾 WONDERFITTER ,WONDER FITTER Pro ,WONDER FITTER 运动
-    public static readonly string[] AppNames = { "WONDER FITTER Pro", "WONDER FITTER" , "WONDERFITTER PRO B" };
+    public static readonly string[] AppNames = { "WONDERFITTER Pro 运动", "WONDER FITTER Pro", "WONDERFITTER PRO B" };
     //App地区(0:国内版;1:海外版;)
     public static int AppArea
     {

+ 1 - 2
Assets/BowArrow/Scripts/Editor/MenuChangeAppLanguage.cs

@@ -42,8 +42,7 @@ public class MenuChangeAppLanguage
     static void ToEN() 
     {
         //PlayerSettings.productName = CommonConfig.AppNames[1];
-        //和国内版一样名字
-        PlayerSettings.productName = CommonConfig.StandaloneModeOrPlatformB ? CommonConfig.AppNames[2] : CommonConfig.AppNames[0];
+        PlayerSettings.productName = CommonConfig.StandaloneModeOrPlatformB ? CommonConfig.AppNames[2] : CommonConfig.AppNames[1];
 #if UNITY_IOS
         PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.iOS, "com.xmjssvr.BowArrowEn");
 #endif