Feature/issue 109 (#111)

* feat: add cancel task api

* feat: update frontend resources

* fix: readme img dismiss
This commit is contained in:
vran
2022-04-20 16:56:02 +08:00
committed by GitHub
parent b33cab86d9
commit 0badba566a
44 changed files with 119 additions and 99 deletions

View File

@@ -5,5 +5,5 @@ public enum ProjectSyncTaskStatus {
RUNNING,
FINISHED,
FAILED,
CANCELLED
CANCELED
}