From 6b0583b1393f976badb8f19be1a91ab30a9d3e1c Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Fri, 25 Jul 2025 20:42:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/network.py | 2 -- app/ui/setting.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/core/network.py b/app/core/network.py index 79b54a5..9d63fe2 100644 --- a/app/core/network.py +++ b/app/core/network.py @@ -177,8 +177,6 @@ class NetworkThread(QThread): ) self.status_code = response.status_code - print(response.text) - # 尝试解析JSON响应 try: self.response_json = response.json() diff --git a/app/ui/setting.py b/app/ui/setting.py index 0f93be1..175e206 100644 --- a/app/ui/setting.py +++ b/app/ui/setting.py @@ -1212,7 +1212,7 @@ class UpdaterSettingCard(HeaderCardWidget): parent=self, ) mirrorchyan_url = HyperlinkButton( - "https://mirrorchyan.com/zh/get-start?source=auto_maa-setting_card", + "https://mirrorchyan.com/zh/get-start?source=auto_maa-setting", "获取Mirror酱CDK", self, )