From 32c8bb5580b412d3c6f30ba1abeff42dc8f13cb9 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 23:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E8=84=9A=E6=9C=AC=E5=88=97=E8=A1=A8=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- src/pages/crontab/index.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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({