diff --git a/wwwroot/transfer_check.dspy b/wwwroot/transfer_check.dspy index 7143d5a..f3e3ef0 100644 --- a/wwwroot/transfer_check.dspy +++ b/wwwroot/transfer_check.dspy @@ -64,4 +64,11 @@ try: except Exception as e: exception(f'transfer_check.dspy error: {e}') - return {"widgettype": "Message", "options": {"timeout": 5, "title": "错误", "message": f"处理失败: {e}"} + return { + "widgettype": "Message", + "options": { + "timeout": 5, + "title": "错误", + "message": f"处理失败: {e}" + } + }