From a3d384d39d36d83f78ea51b6d75cd827aad29fe7 Mon Sep 17 00:00:00 2001 From: moyin <2443444649@qq.com> Date: Sat, 3 Jan 2026 22:33:56 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=BB=9F=E4=B8=80=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=96=87=E4=BB=B6=E6=9C=AB=E5=B0=BE=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _Core/managers/NetworkManager.gd | 2 +- _Core/managers/ResponseHandler.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Core/managers/NetworkManager.gd b/_Core/managers/NetworkManager.gd index 36ba1c3..3e73627 100644 --- a/_Core/managers/NetworkManager.gd +++ b/_Core/managers/NetworkManager.gd @@ -698,4 +698,4 @@ func get_request_info(request_id: String) -> Dictionary: func _notification(what): if what == NOTIFICATION_WM_CLOSE_REQUEST: # 应用关闭时取消所有请求 - cancel_all_requests() \ No newline at end of file + cancel_all_requests() diff --git a/_Core/managers/ResponseHandler.gd b/_Core/managers/ResponseHandler.gd index 488f942..b382dca 100644 --- a/_Core/managers/ResponseHandler.gd +++ b/_Core/managers/ResponseHandler.gd @@ -587,4 +587,4 @@ func handle_response(operation_type: String, success: bool, data: Dictionary, er result.success = false result.message = _get_error_message(data.get("error_code", ""), data.get("message", "操作失败"), error_info) result.toast_type = "error" - return result \ No newline at end of file + return result