From b7c08b00f15447efb3a1c81fe28b28b301caa856 Mon Sep 17 00:00:00 2001 From: etoai Date: Wed, 19 Mar 2025 19:14:27 +0800 Subject: [PATCH] =?UTF-8?q?2025-03-19=2019:14:27=20vscode=20task=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a5ac310..4d30552 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -31,7 +31,7 @@ { "label": "curl webhook", "type": "shell", - "command": "curl -X POST -k https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9", + "command": "curl -X POST -H \"text/html; charset=utf-8\" -k https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9", "problemMatcher": ["$tsc"], "dependsOn": ["Git Commit & Push"] }