客户端rsa,冗余清理,bug修复,安卓build问题

This commit is contained in:
FloatGaming
2026-07-14 01:43:49 +08:00
parent fd22501f71
commit f8985d91d2
682 changed files with 4595 additions and 11216 deletions
+2 -8
View File
@@ -211,7 +211,7 @@ public class WebViewLauncher : MonoBehaviour
}
return raw.TrimEnd('/');
}
return "http://47.112.187.172:8080";
return "https://game.bansonic.top";
}
string BuildFlutterLaunchArguments(string openUrl)
@@ -534,13 +534,7 @@ public class WebViewLauncher : MonoBehaviour
public void StartWebView()
{
if (webProcess == null || webProcess.HasExited)
{
LaunchWebView();
return;
}
SendLocalControlCommand("/home");
WebViewReady?.Invoke();
Bansonic.gNotice.error.display("“浮动小游戏”暂未开放,敬请期待!");
}
public void StopWebView()