mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-23 16:39:50 +08:00
修复故障反馈功能错误的问题
This commit is contained in:
parent
d26085b4f8
commit
3132cbef65
@ -378,7 +378,7 @@ def UpdateFen():
|
||||
uploadList = []
|
||||
for i in range(now + 2, now - 1, -1):
|
||||
print(f"第 {i + 1} 条评论:")
|
||||
info = requests.get(f"https://code.gitlink.org.cn/gfdgd-xi-org/bashpinlun/raw/branch/master/{urllib.request.quote(fileName)}/pf-{i}.txt").text.strip()
|
||||
info = requests.get(f"https://code.gitlink.org.cn/gfdgd-xi/bashpinlun/raw/branch/master/{urllib.request.quote(fileName)}/pf-{i}.txt").text.strip()
|
||||
print(info)
|
||||
uploadList.append([f"用户{i + 1}", i + 1, info])
|
||||
#ProgramRunStatusShow.pingLunLayout.removeItem(ProgramRunStatusShow.pingLunLayout.itemAt(2))
|
||||
|
@ -2393,12 +2393,13 @@ updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新
|
||||
※5、修复 Chroot 容器的一些问题;
|
||||
※6、修复在 Debian11 安装时缺失依赖 rar 的问题;
|
||||
※7、新增安装 box86、box64 的功能;
|
||||
8、修改程序内的部分网址;
|
||||
9、作者信息变更;
|
||||
10、支持禁用程序的多语言支持(默认禁用,因为是机翻的);
|
||||
11、支持在程序本地翻译缺失的情况下自动机翻缺失语句;
|
||||
12、从此版本开始不再区分吾爱版、Spark 版和 UOS 版;
|
||||
13、新增下载量查询。
|
||||
※8、修复故障反馈功能错误的问题;
|
||||
9、修改程序内的部分网址;
|
||||
10、作者信息变更;
|
||||
11、支持禁用程序的多语言支持(默认禁用,因为是机翻的);
|
||||
12、支持在程序本地翻译缺失的情况下自动机翻缺失语句;
|
||||
13、从此版本开始不再区分吾爱版、Spark 版和 UOS 版;
|
||||
14、新增下载量查询。
|
||||
''')
|
||||
for i in information["Thank"]:
|
||||
thankText += f"{i}\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user