fix: 移除部分调试代码
This commit is contained in:
@@ -177,8 +177,6 @@ class NetworkThread(QThread):
|
||||
)
|
||||
self.status_code = response.status_code
|
||||
|
||||
print(response.text)
|
||||
|
||||
# 尝试解析JSON响应
|
||||
try:
|
||||
self.response_json = response.json()
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user