微调备份

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

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