Browse Source

add:增加下载pathc的功能

master
TianZD 2 days ago
parent
commit
b090e8ee43
  1. 4
      Src/updaterdialog.cpp
  2. 2
      Src/updaterdialog.ui

4
Src/updaterdialog.cpp

@ -10,8 +10,8 @@
#include <private/qzipreader_p.h>
QString CHECK_URL = "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/";
QString ORIGIN_URL = "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/";
QString CHECK_URL = "https://file.tianzd.cn/TianZD/deploy/raw/branch/master/";
QString ORIGIN_URL = "https://file.tianzd.cn/TianZD/deploy/raw/branch/master/";
QString PLATFORM = "windows";

2
Src/updaterdialog.ui

@ -171,7 +171,7 @@
<widget class="QPlainTextEdit" name="show">
<property name="font">
<font>
<pointsize>14</pointsize>
<pointsize>12</pointsize>
</font>
</property>
</widget>

Loading…
Cancel
Save