From fd9ffe77c7f62eeb8f4d1131bce3ded679724614 Mon Sep 17 00:00:00 2001 From: etoai Date: Wed, 19 Mar 2025 11:54:40 +0800 Subject: [PATCH] =?UTF-8?q?$(date)=20=E8=87=AA=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 7a429c7..be2263e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Git Commit & Push", "type": "shell", - "command": "git add . ; git commit -m '$(%Y-%m-%d %H:%M:%S) 自动提交'; git push", + "command": "git add . ; git commit -m '$(date) 自动提交'; git push", "problemMatcher": [], "options": { "cwd": "${workspaceFolder}"