From 10741a1d92085f761801fc4e824ffdddd4a92cfe Mon Sep 17 00:00:00 2001 From: jerry <767729940@qq.com> Date: Thu, 3 Sep 2020 18:40:04 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E7=BA=BF?= =?UTF-8?q?=E8=B7=AF=E8=AF=B4=E6=98=8E,=20=E6=9B=B4=E5=85=B7=E6=9C=89?= =?UTF-8?q?=E6=99=AE=E9=80=82=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widget.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.ui b/widget.ui index 0d22a26..cf3cba5 100644 --- a/widget.ui +++ b/widget.ui @@ -1095,7 +1095,7 @@ color:#808080 - <html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的。</p><p>线路说明: </p><p>1. 国内推荐使用sucdn.jerrywang.top, cfcdn.jerrry.wang。前二者无法使用时,请切换到store.jerrywang.top</p><p>2. 国外推荐使用cfcdn.jerrry.wang, dcstore.spark-app.store</p><p>3. cdn.jerrywang.top尚在测试中</p></body></html> + <html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的。</p><p>线路说明: </p><p>1. 国内推荐使用sucdn.jerrywang.top, cfcdn.jerrry.wang。前二者无法使用时,请切换到store.jerrywang.top</p><p>2. 国外推荐使用cfcdn.jerrry.wang, dcstore.spark-app.store</p><p>3. 以上未提及的线路尚在测试中</p></body></html> true From 4d4e3e3e3a3a2df39fa27e24709a36e67ea569ad Mon Sep 17 00:00:00 2001 From: jerry <767729940@qq.com> Date: Sat, 5 Sep 2020 18:20:14 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.cpp b/widget.cpp index 0c0c0a6..a50c900 100644 --- a/widget.cpp +++ b/widget.cpp @@ -458,7 +458,7 @@ void Widget::loadappinfo(QUrl arg1) urladdress=ui->comboBox_server->currentText(); QString deburl=urladdress; deburl=deburl.left(urladdress.length()-1); - urladdress="http://img.jerrywang.top/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器 + urladdress="https://deepin-community-store.gitee.io/"; // 使用图片专用服务器请保留这行,删除后将使用源服务器 urladdress=urladdress.left(urladdress.length()-1); for (int i=3;i Date: Tue, 8 Sep 2020 14:19:47 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=BD=BF=E7=94=A8jsdelivr=20cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.cpp b/widget.cpp index a50c900..d84515c 100644 --- a/widget.cpp +++ b/widget.cpp @@ -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 Date: Tue, 8 Sep 2020 15:31:55 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=B8=8D=E5=9C=A8=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=8E=B0=E5=AE=9E=E7=BA=BF=E8=B7=AF=E8=AF=B4=E6=98=8E?= =?UTF-8?q?,=20=E7=BA=BF=E8=B7=AF=E8=AF=B4=E6=98=8E=E5=86=99=E5=88=B0serve?= =?UTF-8?q?r.list=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widget.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.ui b/widget.ui index cf3cba5..19697a2 100644 --- a/widget.ui +++ b/widget.ui @@ -1095,7 +1095,7 @@ color:#808080 - <html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的。</p><p>线路说明: </p><p>1. 国内推荐使用sucdn.jerrywang.top, cfcdn.jerrry.wang。前二者无法使用时,请切换到store.jerrywang.top</p><p>2. 国外推荐使用cfcdn.jerrry.wang, dcstore.spark-app.store</p><p>3. 以上未提及的线路尚在测试中</p></body></html> + <html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的。</p></body></html> true