generated from dellevin/template
新增使用说明网页
This commit is contained in:
@@ -618,14 +618,14 @@ class SettingsPage extends StatelessWidget {
|
|||||||
body: ListView(
|
body: ListView(
|
||||||
children: [
|
children: [
|
||||||
// 使用说明
|
// 使用说明
|
||||||
// _buildLinkItem(
|
_buildLinkItem(
|
||||||
// context: context,
|
context: context,
|
||||||
// icon: Icons.help_outline,
|
icon: Icons.help_outline,
|
||||||
// title: '使用说明',
|
title: '使用说明',
|
||||||
// subtitle: '查看应用使用指南',
|
subtitle: '查看应用使用指南',
|
||||||
// url: 'https://www.iletter.top/',
|
url: 'https://mooknote.iletter.top/#/guide',
|
||||||
// ),
|
),
|
||||||
// const Divider(height: 0.5, indent: 24, endIndent: 24),
|
const Divider(height: 0.5, indent: 24, endIndent: 24),
|
||||||
|
|
||||||
// 关于作者
|
// 关于作者
|
||||||
_buildLinkItem(
|
_buildLinkItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user