Skip to content

Commit

Permalink
A | markdown render
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Nov 25, 2023
1 parent e42e87f commit 5a3d88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 提示
本次更新将配置文件重构,请在程序更新完毕并自动重启后,手动删除`MCSL2`目录内的`MCSL2_Config.json`文件。其余数据不会丢失。
___
### 新功能
- 接入极星镜像下载站
- 接入Akira镜像站
Expand All @@ -16,8 +19,6 @@
- MCSLAPI
- 内存占用
- 终端显示服务器名称
## 提示
本次更新将配置文件重构,请在程序更新完毕并自动重启后,手动删除`MCSL2`目录内的`MCSL2_Config.json`文件。其余数据不会丢失。
___

### 其他下载地址(官方分流)
Expand Down
1 change: 1 addition & 0 deletions MCSL2Lib/Pages/settingsPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ def showUpdateMsg(self, latestVerInfo):
if cmpVersion(latestVerInfo["latest"]):
title = self.tr("发现新版本:") + latestVerInfo["latest"]
w = MessageBox(title, latestVerInfo["update-log"], parent=self.tmpParent)
w.contentLabel.setTextFormat(Qt.MarkdownText)
w.yesButton.setText(self.tr("更新"))
w.cancelButton.setText(self.tr("关闭"))
if not GlobalMCSL2Variables.devMode:
Expand Down

0 comments on commit 5a3d88c

Please sign in to comment.