From 8e71e22e867e5eb865e37cfa5deb72897ac561ff Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Wed, 14 Jan 2026 19:51:37 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20windows=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=94=B9=E6=88=90=E6=89=93=E5=BC=80=E5=AE=98?= =?UTF-8?q?=E7=BD=91=EF=BC=8Cgal=E6=9C=89=E5=85=BC=E5=AE=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a5440aec53475f77d27ea992627923fcae9e6efd. --- .../controllers/hi_anti_lost_controller.dart | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/app/modules/hi_anti_lost/controllers/hi_anti_lost_controller.dart b/lib/app/modules/hi_anti_lost/controllers/hi_anti_lost_controller.dart index 636760b..e52a1a7 100644 --- a/lib/app/modules/hi_anti_lost/controllers/hi_anti_lost_controller.dart +++ b/lib/app/modules/hi_anti_lost/controllers/hi_anti_lost_controller.dart @@ -13,19 +13,6 @@ class HIAntiLostController extends GetxController { final GlobalKey repaintKey = GlobalKey(); Future saveImage() async { - if (Platform.isWindows) { - final Uri webUrl = Uri.parse('https://hifastvpn.com/'); - try { - final ok = - await launchUrl(webUrl, mode: LaunchMode.externalApplication); - if (!ok) { - KRCommonUtil.kr_showToast("无法打开链接"); - } - } catch (e) { - KRCommonUtil.kr_showToast("无法打开链接"); - } - return; - } KRCommonUtil.kr_showLoading(message: "正在保存..."); try { // Check permission