客户端rsa,冗余清理,bug修复,安卓build问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user