|
@@ -7,7 +7,7 @@ using UnityEngine;
|
|
|
public class CommonConfig
|
|
public class CommonConfig
|
|
|
{
|
|
{
|
|
|
//青凤鸾 WONDERFITTER ,WONDER FITTER Pro ,WONDER FITTER 运动
|
|
//青凤鸾 WONDERFITTER ,WONDER FITTER Pro ,WONDER FITTER 运动
|
|
|
- public static readonly string[] AppNames = { "WONDER FITTER Pro", "WONDER FITTER" };
|
|
|
|
|
|
|
+ public static readonly string[] AppNames = { "WONDER FITTER Pro", "WONDER FITTER" , "WONDERFITTER PRO B" };
|
|
|
//App地区(0:国内版;1:海外版;)
|
|
//App地区(0:国内版;1:海外版;)
|
|
|
public static int AppArea
|
|
public static int AppArea
|
|
|
{
|
|
{
|
|
@@ -19,7 +19,15 @@ public class CommonConfig
|
|
|
int index = Application.identifier == "com.xmjssvr.BowArrow" ? 0 : 1;//海外版 com.xmjssvr.BowArrowEn
|
|
int index = Application.identifier == "com.xmjssvr.BowArrow" ? 0 : 1;//海外版 com.xmjssvr.BowArrowEn
|
|
|
#endif
|
|
#endif
|
|
|
#if UNITY_ANDROID
|
|
#if UNITY_ANDROID
|
|
|
- int index = Application.identifier == "com.xmjssvr.BowArrow.mi" ? 0 : 1;//海外版 com.xmjssvr.BowArrowEn
|
|
|
|
|
|
|
+ int index = 0;
|
|
|
|
|
+ if (StandaloneModeOrPlatformB)
|
|
|
|
|
+ {
|
|
|
|
|
+ //b端
|
|
|
|
|
+ index = Application.identifier == "com.xmjssvr.BowArrow.miBClient" ? 0 : 1;//海外版 com.xmjssvr.BowArrowEn
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ index = Application.identifier == "com.xmjssvr.BowArrow.mi" ? 0 : 1;//海外版 com.xmjssvr.BowArrowEn
|
|
|
|
|
+ }
|
|
|
#endif
|
|
#endif
|
|
|
#if UNITY_STANDALONE_WIN
|
|
#if UNITY_STANDALONE_WIN
|
|
|
//pc版
|
|
//pc版
|