From bf54e1082ac8d572015ba13ee3a9b1df4eee99c3 Mon Sep 17 00:00:00 2001 From: DelLevin-Home Date: Fri, 20 Mar 2026 13:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- lib/pages/profile_page.dart | 17 ++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fe669de..8bbac73 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ flutter pub get $env:HTTP_PROXY="http://127.0.0.1:10808" $env:HTTPS_PROXY="http://127.0.0.1:10808" flutter pub get - +# 运行 +flutter run # 构建 APK flutter build apk --release # 或构建 App Bundle(推荐用于 Google Play) diff --git a/lib/pages/profile_page.dart b/lib/pages/profile_page.dart index 141f9c8..2c40c9f 100644 --- a/lib/pages/profile_page.dart +++ b/lib/pages/profile_page.dart @@ -712,15 +712,14 @@ class SettingsPage extends StatelessWidget { const Divider(height: 0.5, indent: 24, endIndent: 24), // 关于作者 - _buildLinkItem( - context: context, - icon: Icons.person_outline, - title: '关于作者', - subtitle: '了解更多信息', - url: 'https://www.iletter.top/', - ), - - const Divider(height: 0.5, indent: 24, endIndent: 24), + // _buildLinkItem( + // context: context, + // icon: Icons.person_outline, + // title: '关于作者', + // subtitle: '了解更多信息', + // url: 'https://www.iletter.top/', + // ), + // const Divider(height: 0.5, indent: 24, endIndent: 24), ], ), );