优化图标显示

This commit is contained in:
DelLevin-Home
2026-06-27 01:01:15 +08:00
parent 45137b96d6
commit 02242089e8
15 changed files with 63 additions and 11 deletions

View File

@@ -993,6 +993,18 @@ class _SettingsPageState extends State<SettingsPage> {
onTap: () =>
launchUrl(Uri.parse('https://mooknote.iletter.top/#/')),
),
Divider(
height: 0.5,
indent: 24,
endIndent: 24,
color: colors.outlineVariant),
_buildActionItem(
icon: Icons.open_in_new_outlined,
title: '项目源码',
subtitle: '查看 GitHub 项目仓库',
onTap: () =>
launchUrl(Uri.parse('https://github.com/dellevin/mooknote')),
),
Divider(
height: 0.5,
indent: 24,