diff --git a/shell/update.sh b/shell/update.sh index 98119f6e..9bd387eb 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -293,7 +293,7 @@ gen_list_repo() { local path="$3" local blackword="$4" local dependence="$5" - rm -f $dir_list_tmp/own*.list >/dev/null 2>&1 + rm -f $dir_list_tmp/${author}*.list >/dev/null 2>&1 cd ${repo_path} files=$(find . -name "*.js" | sed 's/^..//') diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 0ef45f17..b94a1752 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -496,9 +496,6 @@ const Crontab = () => { }) .then((data: any) => { if (data.code === 200) { - notification.success({ - message: `批量${OperationName[operationStatus]}成功`, - }); getCrons(); } else { notification.error({