diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bec31cd..3c3198a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -20,18 +20,18 @@ { "label": "dist copy", "type": "shell", - "command": "xcopy '${workspaceFolder}\\frontend\\dist\\*' '${workspaceFolder}\\backend\\frontend' /s /e /y /q ", + "command": "xcopy \"${workspaceFolder}\\frontend\\dist\\*\" \"${workspaceFolder}\\backend\\frontend\" /s /e /y /q", "problemMatcher": [ "$tsc" ], - "dependsOn": [ - "frontend build" - ] + // "dependsOn": [ + // "frontend build" + // ] }, { "label": "Git Commit & Push", "type": "shell", - "command": "cd ${workspaceFolder}; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') vscode task自动提交\\\"; git push", + "command": "cd ${workspaceFolder} && git add . && git commit -m \"%date% %time%\" && git push", "problemMatcher": [ "$tsc" ], @@ -49,9 +49,9 @@ "problemMatcher": [ "$tsc" ], - "dependsOn": [ - "Git Commit & Push" - ] + // "dependsOn": [ + // "Git Commit & Push" + // ] } ] diff --git a/backend/frontend/index.html b/backend/frontend/index.html index 73fb978..a6446a3 100644 --- a/backend/frontend/index.html +++ b/backend/frontend/index.html @@ -16,7 +16,7 @@ } }
