From f63b5b184310ab85899089adb6b2c0001af3bea8 Mon Sep 17 00:00:00 2001 From: DelLevin-Home Date: Mon, 9 Mar 2026 21:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E7=BD=91=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/profile_page.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/pages/profile_page.dart b/lib/pages/profile_page.dart index 255867d..f79d7ba 100644 --- a/lib/pages/profile_page.dart +++ b/lib/pages/profile_page.dart @@ -618,14 +618,14 @@ class SettingsPage extends StatelessWidget { body: ListView( children: [ // 使用说明 - // _buildLinkItem( - // context: context, - // icon: Icons.help_outline, - // title: '使用说明', - // subtitle: '查看应用使用指南', - // url: 'https://www.iletter.top/', - // ), - // const Divider(height: 0.5, indent: 24, endIndent: 24), + _buildLinkItem( + context: context, + icon: Icons.help_outline, + title: '使用说明', + subtitle: '查看应用使用指南', + url: 'https://mooknote.iletter.top/#/guide', + ), + const Divider(height: 0.5, indent: 24, endIndent: 24), // 关于作者 _buildLinkItem(