From 65d91df08d78f6a17203730c67f2afdd85a8189a Mon Sep 17 00:00:00 2001 From: ZHR007 Date: Tue, 20 Jan 2026 10:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E5=88=86=E6=94=AF2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index fc2e84e..7e1e0ad 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -150,7 +150,7 @@ void main() async { } } } catch (e) { - print('获取OverlayController失败: $e'); + Get.log('获取OverlayController失败: $e'); } return const SizedBox.shrink(); }),