修改多线程下载域名和图片服务器

This commit is contained in:
Jerry
2021-04-16 12:19:22 +08:00
parent 4ccc8c0dae
commit 01d1543cc4
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ void SpkAppInfoLoaderThread::run()
QString deburl = serverUrl;
deburl = deburl.left(urladdress.length()-1);
urladdress = "https://cdn.jsdelivr.net/gh/Jerrywang959/jsonpng@master/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
urladdress = "https://img.jerrywang.top/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
urladdress = urladdress.left(urladdress.length()-1);
for (int i=3;i<downloadurl.size();i++) {