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