fix:1、添加H5

This commit is contained in:
barry
2026-05-25 09:45:16 +08:00
parent 8144a27fdb
commit 5f68fe42c1
276 changed files with 46771 additions and 27478 deletions
+1 -15
View File
@@ -6,21 +6,7 @@ namespace IgnoreOPS
public class UnityManager : BaseUnityManager<UnityManager>
{
public static void DakaiACT()
{
#if UNITY_IOS && !UNITY_EDITOR
BrigdeIOS.DakaiACT();
#endif
}
public static void ShezhiACT(bool act)
{
#if UNITY_IOS && !UNITY_EDITOR
BrigdeIOS.ShezhiACT(act);
#endif
}
public void haveSimCard(string have)
{
Log.Info("UnityManager", $"haveSimCard: {have}");