add:增加下载pathc的功能

This commit is contained in:
2025-07-30 16:52:58 +08:00
parent 7eeae3c4cd
commit b090e8ee43
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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";
+1 -1
View File
@@ -171,7 +171,7 @@
<widget class="QPlainTextEdit" name="show">
<property name="font">
<font>
<pointsize>14</pointsize>
<pointsize>12</pointsize>
</font>
</property>
</widget>