mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
图片服务器使用jsdelivr cdn
This commit is contained in:
parent
4d4e3e3e3a
commit
b34c50d2e0
@ -458,7 +458,7 @@ void Widget::loadappinfo(QUrl arg1)
|
||||
urladdress=ui->comboBox_server->currentText();
|
||||
QString deburl=urladdress;
|
||||
deburl=deburl.left(urladdress.length()-1);
|
||||
urladdress="https://deepin-community-store.gitee.io/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
|
||||
urladdress="https://cdn.jsdelivr.net/gh/Jerrywang959/jsonpng@master/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
|
||||
urladdress=urladdress.left(urladdress.length()-1);
|
||||
|
||||
for (int i=3;i<downloadurl.size();i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user