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

This commit is contained in:
etoai 2025-03-19 16:40:47 +08:00
parent 9ba94966dc
commit 8931198927

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 '$(date \\'+%Y-%m-%d %H:%M:%S\\')'; 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}"