修复故障反馈功能错误的问题

This commit is contained in:
2023-03-19 15:41:13 +08:00
parent d26085b4f8
commit 3132cbef65
2 changed files with 8 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ def UpdateFen():
uploadList = [] uploadList = []
for i in range(now + 2, now - 1, -1): for i in range(now + 2, now - 1, -1):
print(f"{i + 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) print(info)
uploadList.append([f"用户{i + 1}", i + 1, info]) uploadList.append([f"用户{i + 1}", i + 1, info])
#ProgramRunStatusShow.pingLunLayout.removeItem(ProgramRunStatusShow.pingLunLayout.itemAt(2)) #ProgramRunStatusShow.pingLunLayout.removeItem(ProgramRunStatusShow.pingLunLayout.itemAt(2))

View File

@@ -2393,12 +2393,13 @@ updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新
※5、修复 Chroot 容器的一些问题; ※5、修复 Chroot 容器的一些问题;
※6、修复在 Debian11 安装时缺失依赖 rar 的问题; ※6、修复在 Debian11 安装时缺失依赖 rar 的问题;
※7、新增安装 box86、box64 的功能; ※7、新增安装 box86、box64 的功能;
8、修改程序内的部分网址 8、修复故障反馈功能错误的问题
9、作者信息变更 9、修改程序内的部分网址
10、支持禁用程序的多语言支持(默认禁用,因为是机翻的) 10、作者信息变更
11、支持在程序本地翻译缺失的情况下自动机翻缺失语句 11、支持禁用程序的多语言支持(默认禁用,因为是机翻的)
12、从此版本开始不再区分吾爱版、Spark 版和 UOS 版 12、支持在程序本地翻译缺失的情况下自动机翻缺失语句
13、新增下载量查询。 13、从此版本开始不再区分吾爱版、Spark 版和 UOS 版;
14、新增下载量查询。
''') ''')
for i in information["Thank"]: for i in information["Thank"]:
thankText += f"{i}\n" thankText += f"{i}\n"