Update image server

Change image server.
This commit is contained in:
张天怿 2020-08-24 12:44:03 +08:00
parent e7276662f4
commit 7af2af64d8

View File

@ -487,7 +487,7 @@ void Widget::loadappinfo(QUrl arg1)
urladdress=ui->comboBox_server->currentText();
QString deburl=urladdress;
deburl=deburl.left(urladdress.length()-1);
urladdress="http://img.shenmo.tech:38324/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
urladdress="http://img.jerrywang.top/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器
urladdress=urladdress.left(urladdress.length()-1);
for (int i=3;i<downloadurl.size();i++) {