新增下载量查询

This commit is contained in:
gfdgd xi 2023-03-19 15:16:59 +08:00
parent aafdb40761
commit 9d2a677f42
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,9 @@
build:
make package -j$(nproc)
clean:
python3 RemovePycacheFile.py
package:
#cd VM-source && qmake
#cd VM-source && make

View File

@ -2396,7 +2396,8 @@ updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新
8作者信息变更
9支持禁用程序的多语言支持默认禁用因为是机翻的
10支持在程序本地翻译缺失的情况下自动机翻缺失语句
11从此版本开始不再区分吾爱版Spark 版和 UOS
11从此版本开始不再区分吾爱版Spark 版和 UOS
12新增下载量查询
''')
for i in information["Thank"]:
thankText += f"{i}\n"
@ -2953,7 +2954,7 @@ wineRunnerHelp = QtWidgets.QAction(QtWidgets.QApplication.style().standardIcon(2
h3 = QtWidgets.QAction(transla.transe("U", "更新内容"))
h4 = QtWidgets.QAction(transla.transe("U", "鸣谢名单"))
h5 = QtWidgets.QAction(transla.transe("U", "更新这个程序"))
programInformation = QtWidgets.QAction(transla.transe("U", "获取程序公告"))
programInformation = QtWidgets.QAction(transla.transe("U", "获取程序公告(也可以在这里看程序安装/打开量)"))
h6 = QtWidgets.QAction(transla.transe("U", "反馈这个程序的建议和问题"))
fenUpload = QtWidgets.QAction(transla.transe("U", "程序评分"))
h7 = QtWidgets.QAction(QtWidgets.QApplication.style().standardIcon(9), transla.transe("U", "关于这个程序"))