generated from dellevin/template
优化图标显示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user