From 561add7b92dba27e8433ff7cdb0d06a31d0d3727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Thu, 18 Dec 2025 17:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/setting/setting_page.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pages/setting/setting_page.dart b/lib/pages/setting/setting_page.dart index ab07661..92cdf9d 100644 --- a/lib/pages/setting/setting_page.dart +++ b/lib/pages/setting/setting_page.dart @@ -76,7 +76,9 @@ class SettingPage extends StatelessWidget { openAppSettings(); },), TDCell(arrow: true, title: '消息通知', onClick: (cell) { - Get.to(() => NoticePage()); + // Get.to(() => NoticePage()); + + openAppSettings(); }), TDCell(arrow: true, title: '检查更新', onClick: (cell) { // _showUpdateDialog();