|
@@ -20,9 +20,11 @@ public class CommonConfig
|
|
|
//根据产品名决定默认语言
|
|
//根据产品名决定默认语言
|
|
|
public static int AppLanguage { get => AppArea; }
|
|
public static int AppLanguage { get => AppArea; }
|
|
|
//禁止语言切换(ios安全上架)
|
|
//禁止语言切换(ios安全上架)
|
|
|
- public static bool banLanguageChangeSwitch { get => Application.platform == RuntimePlatform.IPhonePlayer; }
|
|
|
|
|
|
|
+ // public static bool banLanguageChangeSwitch { get => Application.platform == RuntimePlatform.IPhonePlayer; }
|
|
|
|
|
+ public static bool banLanguageChangeSwitch { get => false; }
|
|
|
//禁止绑定关联账号的相关功能(找回密码,注册界面绑定手机邮箱,个人界面绑定手机邮箱)
|
|
//禁止绑定关联账号的相关功能(找回密码,注册界面绑定手机邮箱,个人界面绑定手机邮箱)
|
|
|
- public static bool banBindRelateAccount { get => Application.platform == RuntimePlatform.IPhonePlayer; }
|
|
|
|
|
|
|
+ // public static bool banBindRelateAccount { get => Application.platform == RuntimePlatform.IPhonePlayer; }
|
|
|
|
|
+ public static bool banBindRelateAccount { get => false; }
|
|
|
public static bool iosTaoKe = false; //IOS套壳开关
|
|
public static bool iosTaoKe = false; //IOS套壳开关
|
|
|
public static bool ReleaseVersion2 = true;
|
|
public static bool ReleaseVersion2 = true;
|
|
|
/*
|
|
/*
|