尝试解决log框卡中间问题
This commit is contained in:
@@ -1744,7 +1744,6 @@ class Main(QWidget):
|
|||||||
self.over_text.setPlainText(over_text)
|
self.over_text.setPlainText(over_text)
|
||||||
self.error_text.setPlainText(error_text)
|
self.error_text.setPlainText(error_text)
|
||||||
self.log_text.setPlainText(log_text)
|
self.log_text.setPlainText(log_text)
|
||||||
self.log_text.ensureCursorVisible()
|
|
||||||
self.log_text.verticalScrollBar().setValue(
|
self.log_text.verticalScrollBar().setValue(
|
||||||
self.log_text.verticalScrollBar().maximum()
|
self.log_text.verticalScrollBar().maximum()
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
"main_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/AUTO_MAA_v4.1.1_beta.zip",
|
"main_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/AUTO_MAA_v4.1.1_beta.zip",
|
||||||
"updater_version": "1.0.0.0",
|
"updater_version": "1.0.0.0",
|
||||||
"updater_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/Updater_v1.0.0.zip",
|
"updater_download_url": "https://ghp.ci/https://github.com/DLmaster361/AUTO_MAA/releases/download/v4.1.1_beta/Updater_v1.0.0.zip",
|
||||||
"announcement": "\n# 开发中的版本!非开发者无必要勿更新!!否则后果自负!!!\n## 新增功能\n- 添加`启动AUTO_MAA后直接代理`功能\n- 添加无限代理天数模式"
|
"announcement": "\n# 开发中的版本!非开发者无必要勿更新!!否则后果自负!!!\n## 新增功能\n- 添加`启动AUTO_MAA后直接代理`功能\n- 添加无限代理天数模式\n## 修复BUG\n- 尝试解决卡日志情况"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user