mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 移除失效官网链接
This commit is contained in:
@@ -122,7 +122,7 @@ class _AboutPageState extends State<AboutPage> {
|
|||||||
leading: const Icon(Icons.star_outline_outlined),
|
leading: const Icon(Icons.star_outline_outlined),
|
||||||
title: const Text('Github开源仓库'),
|
title: const Text('Github开源仓库'),
|
||||||
trailing: Text(
|
trailing: Text(
|
||||||
'github.com/orz12/pilipala',
|
'github.com/orz12/PiliPalaX',
|
||||||
style: subTitleStyle,
|
style: subTitleStyle,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -151,15 +151,6 @@ class _AboutPageState extends State<AboutPage> {
|
|||||||
title: const Text('TG频道'),
|
title: const Text('TG频道'),
|
||||||
trailing: Icon(Icons.arrow_forward_ios, size: 16, color: outline),
|
trailing: Icon(Icons.arrow_forward_ios, size: 16, color: outline),
|
||||||
),
|
),
|
||||||
ListTile(
|
|
||||||
onTap: () => _aboutController.webSiteUrl(),
|
|
||||||
leading: const Icon(Icons.language),
|
|
||||||
title: const Text('官网'),
|
|
||||||
trailing: Text(
|
|
||||||
'pilipalanet.mysxl.cn/pilipala-x',
|
|
||||||
style: subTitleStyle,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
ListTile(
|
ListTile(
|
||||||
onTap: () => _aboutController.aPay(),
|
onTap: () => _aboutController.aPay(),
|
||||||
leading: const Icon(Icons.wallet_giftcard_outlined),
|
leading: const Icon(Icons.wallet_giftcard_outlined),
|
||||||
@@ -405,7 +396,7 @@ class AboutController extends GetxController {
|
|||||||
context: context,
|
context: context,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return SimpleDialog(
|
return SimpleDialog(
|
||||||
title: const Text('问题反馈'),
|
title: const Text('问题反馈(建议直接加群反馈)'),
|
||||||
children: [
|
children: [
|
||||||
ListTile(
|
ListTile(
|
||||||
title: const Text('GitHub Issue'),
|
title: const Text('GitHub Issue'),
|
||||||
@@ -415,14 +406,14 @@ class AboutController extends GetxController {
|
|||||||
mode: LaunchMode.externalApplication,
|
mode: LaunchMode.externalApplication,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ListTile(
|
// ListTile(
|
||||||
title: const Text('腾讯兔小巢'),
|
// title: const Text('腾讯兔小巢'),
|
||||||
onTap: () => launchUrl(
|
// onTap: () => launchUrl(
|
||||||
Uri.parse('https://support.qq.com/embed/phone/637735'),
|
// Uri.parse('https://support.qq.com/embed/phone/637735'),
|
||||||
// 系统自带浏览器打开
|
// // 系统自带浏览器打开
|
||||||
mode: LaunchMode.externalApplication,
|
// mode: LaunchMode.externalApplication,
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -463,22 +454,25 @@ class AboutController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 官网
|
// 官网
|
||||||
webSiteUrl() {
|
// webSiteUrl() {
|
||||||
launchUrl(
|
// launchUrl(
|
||||||
Uri.parse('https://pilipalanet.mysxl.cn/pilipala-x'),
|
// Uri.parse('https://pilipalanet.mysxl.cn/pilipala-x'),
|
||||||
mode: LaunchMode.externalApplication,
|
// mode: LaunchMode.externalApplication,
|
||||||
);
|
// );
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
// aPay() {
|
||||||
|
// try {
|
||||||
|
// launchUrl(
|
||||||
|
// Uri.parse('https://pilipalanet.mysxl.cn/pilipalaxadmire'),
|
||||||
|
// mode: LaunchMode.externalApplication,
|
||||||
|
// );
|
||||||
|
// } catch (e) {
|
||||||
|
// print(e);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
aPay() {
|
aPay() {
|
||||||
try {
|
SmartDialog.showToast('新接口来不及写了,直接来群里找作者吧');
|
||||||
launchUrl(
|
|
||||||
Uri.parse('https://pilipalanet.mysxl.cn/pilipalaxadmire'),
|
|
||||||
mode: LaunchMode.externalApplication,
|
|
||||||
);
|
|
||||||
} catch (e) {
|
|
||||||
print(e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 日志
|
// 日志
|
||||||
|
|||||||
Reference in New Issue
Block a user