自动提交

This commit is contained in:
etoai 2025-03-19 12:00:22 +08:00
parent fd9ffe77c7
commit 057f120598

2
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
{
"label": "Git Commit & Push",
"type": "shell",
"command": "git add . ; git commit -m '$(date) 自动提交'; git push",
"command": "git add . ; git commit -m '自动提交'; git push",
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}"