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}"