mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
支持上传脚本
This commit is contained in:
@@ -23,7 +23,6 @@ class _AboutPageState extends ConsumerState<AboutPage> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
getInfo();
|
||||
|
||||
}
|
||||
|
||||
@override
|
||||
@@ -88,7 +87,8 @@ class _AboutPageState extends ConsumerState<AboutPage> {
|
||||
const Spacer(),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
_launchURL("https://github.com/qinglong-app/qinglong_app/releases");
|
||||
_launchURL(
|
||||
"https://github.com/qinglong-app/qinglong_app/releases");
|
||||
},
|
||||
child: Text(
|
||||
"版本更新",
|
||||
|
||||
Reference in New Issue
Block a user