fix: github链接 issues #618

This commit is contained in:
guozhigq
2024-03-08 23:15:48 +08:00
parent a3e1fd4e91
commit df4539a035

View File

@ -276,7 +276,7 @@ class AboutController extends GetxController {
githubRelease() {
launchUrl(
Uri.parse('https://github.com/guozhigq/pilipala/release'),
Uri.parse('https://github.com/guozhigq/pilipala/releases'),
mode: LaunchMode.externalApplication,
);
}