mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-30 07:20:11 +08:00
committed by
GitHub
parent
1c19925b58
commit
199ad274b7
@@ -181,22 +181,14 @@ Commit Hash: ${BuildConfig.commitHash}''',
|
||||
onTap: PiliAndroidHelper.openLinkVerifySettings,
|
||||
leading: const Icon(MdiIcons.linkBoxOutline),
|
||||
title: const Text('打开受支持的链接'),
|
||||
trailing: Icon(
|
||||
Icons.arrow_forward,
|
||||
size: 16,
|
||||
color: outline,
|
||||
),
|
||||
trailing: Icon(Icons.arrow_forward, size: 16, color: outline),
|
||||
),
|
||||
ListTile(
|
||||
onTap: () =>
|
||||
PageUtils.launchURL('${Constants.sourceCodeUrl}/issues'),
|
||||
leading: const Icon(Icons.feedback_outlined),
|
||||
title: const Text('问题反馈'),
|
||||
trailing: Icon(
|
||||
Icons.arrow_forward,
|
||||
size: 16,
|
||||
color: outline,
|
||||
),
|
||||
trailing: Icon(Icons.arrow_forward, size: 16, color: outline),
|
||||
),
|
||||
ListTile(
|
||||
onTap: () => Get.toNamed('/logs'),
|
||||
|
||||
Reference in New Issue
Block a user