$(date) 自动提交

This commit is contained in:
etoai 2025-03-19 11:54:40 +08:00
parent f4858836b1
commit fd9ffe77c7

2
.vscode/tasks.json vendored
View File

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