use linux_webview_window to support linux geetest (#1889)

* use webview_all to support linux geetest

* use desktop_webview_window to support linux geetest

* remove previous change in my_application.cc

* update

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
Origuchi
2026-04-16 18:05:25 +08:00
committed by GitHub
parent e778f2b463
commit 2232bc009d
7 changed files with 163 additions and 25 deletions

View File

@@ -493,10 +493,6 @@ abstract final class RequestUtils {
String vVoucher,
ValueChanged<String> onSuccess,
) async {
if (Platform.isLinux) {
return;
}
final res = await ValidateHttp.gaiaVgateRegister(vVoucher);
if (!res.isSuccess) {
res.toast();