From 1828a60ff1ea85107479436da2a7126c017f4187 Mon Sep 17 00:00:00 2001 From: Jerry <5334689+Jerrywjy@user.noreply.gitee.com> Date: Tue, 7 Jun 2022 10:54:26 +0000 Subject: [PATCH] !39 update img url * fix: update img url --- src/workerthreads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workerthreads.cpp b/src/workerthreads.cpp index 11fe563..c6841bf 100644 --- a/src/workerthreads.cpp +++ b/src/workerthreads.cpp @@ -29,7 +29,7 @@ void SpkAppInfoLoaderThread::run() QString deburl = serverUrl; deburl = deburl.left(urladdress.length() - 1); - urladdress = "https://img.jerrywang.top/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器 + urladdress = "https://d.store.deepinos.org.cn/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器 urladdress = urladdress.left(urladdress.length() - 1); for(int i = 3; i < downloadurl.size(); i++)