mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: QQ群更新,版本号对应修改
This commit is contained in:
@@ -120,7 +120,7 @@ class _AboutPageState extends State<AboutPage> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
onTap: () => _aboutController.qqChanel(),
|
onTap: () => _aboutController.qqGroup(),
|
||||||
title: const Text('QQ群'),
|
title: const Text('QQ群'),
|
||||||
trailing: Icon(
|
trailing: Icon(
|
||||||
Icons.arrow_forward_ios,
|
Icons.arrow_forward_ios,
|
||||||
@@ -201,7 +201,7 @@ class AboutController extends GetxController {
|
|||||||
if (Platform.isAndroid) {
|
if (Platform.isAndroid) {
|
||||||
buildNumber = buildNumber.substring(0,buildNumber.length - 1);
|
buildNumber = buildNumber.substring(0,buildNumber.length - 1);
|
||||||
}
|
}
|
||||||
currentVersion.value = "v${currentInfo.version}+$buildNumber";
|
currentVersion.value = "${currentInfo.version}+$buildNumber";
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取远程版本
|
// 获取远程版本
|
||||||
@@ -237,10 +237,10 @@ class AboutController extends GetxController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// qq频道
|
// qq群
|
||||||
qqChanel() {
|
qqGroup() {
|
||||||
Clipboard.setData(
|
Clipboard.setData(
|
||||||
const ClipboardData(text: '489981949'),
|
const ClipboardData(text: '392176105'),
|
||||||
);
|
);
|
||||||
SmartDialog.showToast('已复制QQ群号');
|
SmartDialog.showToast('已复制QQ群号');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user