微调备份

This commit is contained in:
DelLevin-Home
2026-03-20 13:37:05 +08:00
parent ce31dbcf8c
commit bf54e1082a
2 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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),
],
),
);