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

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

@ -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))

@ -2393,12 +2393,13 @@ updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新
5修复 Chroot 容器的一些问题 5修复 Chroot 容器的一些问题
6修复在 Debian11 安装时缺失依赖 rar 的问题 6修复在 Debian11 安装时缺失依赖 rar 的问题
7新增安装 box86box64 的功能 7新增安装 box86box64 的功能
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"