This commit is contained in:
2026-06-04 17:38:39 +08:00
parent 671ca265ed
commit b454d4432b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ namespace BingoBrain.Core
public static void Enter()
{
if (PlayerPrefs.GetInt("is_gift") == 1)
if (false)
{
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
}
+1 -1
View File
@@ -93,7 +93,7 @@ public class LoginSystem : BaseSystem
if (loginData.is_magic)
{
if (PlayerPrefs.GetInt("is_gift", 0) != 1)
if (true)
{
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
}
@@ -510,7 +510,7 @@
{
"Type" : "Bool",
"Key" : "Global_Enable_Obfuscation",
"Value" : "True",
"Value" : "False",
"Values" : null
}
]
+1 -1
View File
@@ -192,7 +192,7 @@ PlayerSettings:
VertexChannelCompressionMask: 4054
iPhoneSdkVersion: 988
iOSSimulatorArchitecture: 0
iOSTargetOSVersionString: 13.0
iOSTargetOSVersionString: 15.0
tvOSSdkVersion: 0
tvOSSimulatorArchitecture: 0
tvOSRequireExtendedGameController: 0