$(date " +%Y-%m-%d %H:%M:%S\)]

This commit is contained in:
etoai 2025-03-19 16:36:06 +08:00
parent 81e88279c2
commit 16c2fb48cd

2
.vscode/tasks.json vendored
View File

@ -21,7 +21,7 @@
{ {
"label": "Git Commit & Push", "label": "Git Commit & Push",
"type": "shell", "type": "shell",
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m '自动提交'; git push", "command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m '$(date \\'+%Y-%m-%d %H:%M:%S\\')]'; git push",
"problemMatcher": ["$tsc"], "problemMatcher": ["$tsc"],
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"