forked from lxm_tools/flutter-picgo
fix:update version.json api url
This commit is contained in:
@@ -5,7 +5,7 @@ class PicgoApi {
|
||||
/// 获取App最新版本
|
||||
static Future getLatestVersion() async {
|
||||
Response res = await NetUtils.getInstance().get(
|
||||
'https://cdn.jsdelivr.net/gh/PicGo/flutter-picgo@dev/docs/version.json');
|
||||
'https://cdn.jsdelivr.net/gh/PicGo/flutter-picgo/docs/version.json');
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user