feat: 修改项目后自动删除项目工作区相关目录

This commit is contained in:
Ivan Li
2021-06-27 19:35:49 +08:00
parent 7e17de0f15
commit a231a02c28
14 changed files with 201 additions and 24 deletions

View File

@ -3,3 +3,4 @@ export const ROUTE_FETCH = 'fetch';
export const ROUTE_LIST_COMMITS = 'list-commits';
export const QUEUE_LIST_COMMITS = 'list-commits';
export const QUEUE_FETCH = 'repo-fetch';
export const QUEUE_REFRESH_REPO = 'refresh-repo';