From 65b818ba36e6ffa28e27462a49d7c7209ac61956 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 20 Mar 2023 10:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyAlist.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyAlist.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SrcJyAlist.js b/SrcJyAlist.js index 2bd9c444..98ae52e1 100644 --- a/SrcJyAlist.js +++ b/SrcJyAlist.js @@ -813,6 +813,9 @@ function alistSet() { datalist.splice(index, 1); alistData.drives = datalist; writeFile(alistfile, JSON.stringify(alistData)); + let atokenlist = storage0.getItem('atokenlist', {}); + delete atokenlist[item.server]; + storage0.setItem('atokenlist', atokenlist); refreshPage(false); return 'toast://已删除'; } else if (input == "全局过滤" || input == "禁止过滤") {