添加版本更新检测功能

This commit is contained in:
jyuesong
2022-01-21 13:39:00 +08:00
parent 6cc810b9b1
commit ae7368ecbc
8 changed files with 439 additions and 0 deletions

View File

@@ -76,4 +76,6 @@ class Url {
}
return false;
}
static String checkUpdateUrl = "https://raw.githubusercontent.com/qinglong-app/qinglong_app/main/version";
}