diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 68e3275..e0e638e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,25 +16,34 @@ "problemMatcher": [ "$tsc" ], - "dependsOn": ["frontend build"] + "dependsOn": [ + "frontend build" + ] }, { "label": "Git Commit & Push", "type": "shell", "command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') vscode task自动提交\\\"; git push", - "problemMatcher": ["$tsc"], + "problemMatcher": [ + "$tsc" + ], "options": { - "cwd": "${workspaceFolder}" + "cwd": "${workspaceFolder}" }, - "dependsOn": ["dist copy"] + "dependsOn": [ + "dist copy" + ] }, { "label": "curl webhook", "type": "shell", "command": "python -c \\\"import requests; r=requests.post('https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9', verify=False); print(r.status_code)\\\"", - - "problemMatcher": ["$tsc"], - "dependsOn": ["Git Commit & Push"] + "problemMatcher": [ + "$tsc" + ], + "dependsOn": [ + "Git Commit & Push" + ] } ] diff --git a/backend/frontend/index.html b/backend/frontend/index.html index bb56477..41cac55 100644 --- a/backend/frontend/index.html +++ b/backend/frontend/index.html @@ -16,7 +16,7 @@ } }
