样式更改前的备份

This commit is contained in:
DelLevin-Home
2026-03-08 12:48:06 +08:00
parent 0c63242ca0
commit bb7b2c0191
3 changed files with 74 additions and 19 deletions

View File

@@ -618,15 +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://www.iletter.top/',
// ),
// const Divider(height: 0.5, indent: 24, endIndent: 24),
// 关于作者
_buildLinkItem(