From 3ed8dcc8ac24909c29a31a8bcfb176df9df78ede Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 22 Feb 2024 16:20:31 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=85=B3=E4=BA=8E=E9=A1=B5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/about/index.dart | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/pages/about/index.dart b/lib/pages/about/index.dart index 2b495a79..aa1a90e5 100644 --- a/lib/pages/about/index.dart +++ b/lib/pages/about/index.dart @@ -133,6 +133,14 @@ class _AboutPageState extends State { title: const Text('TG频道'), trailing: Icon(Icons.arrow_forward_ios, size: 16, color: outline), ), + ListTile( + onTap: () => _aboutController.webSiteUrl(), + title: const Text('访问官网'), + trailing: Text( + 'https://pilipalanet.mysxl.cn/pilipala-x', + style: subTitleStyle, + ), + ), ListTile( onTap: () => _aboutController.aPay(), title: const Text('赞助'), @@ -228,6 +236,13 @@ class AboutController extends GetxController { ); } + // 从网盘下载 + panDownload() { + launchUrl( + Uri.parse('https://www.123pan.com/s/9sVqVv-flu0A.html'), + mode: LaunchMode.externalApplication, + ); + } // 问题反馈 feedback() { launchUrl( @@ -261,6 +276,14 @@ class AboutController extends GetxController { ); } + // 官网 + webSiteUrl() { + launchUrl( + Uri.parse('https://pilipalanet.mysxl.cn/pilipala-x'), + mode: LaunchMode.externalApplication, + ); + } + aPay() { try { launchUrl(