From c8c9fb584e6db4f15c39d0ae7369a87ab83ad950 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 20 Oct 2022 13:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLive.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLive.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcLive.js b/SrcLive.js index 9afce70d..2f28e3eb 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -189,6 +189,7 @@ function Live() { } writeFile(JYlivefile, JYlives.join('\n')); deleteItem(groupname); + deleteItem('null'); hideLoading(); return "toast://已删除分组 <"+groupname+"> 所有地址"; }catch(e){ @@ -664,7 +665,7 @@ function LiveSet() { } }) } - addItemBefore('livesearch',editmenu); + addItemAfter('livesearch',editmenu); back(false); return "toast://进入编辑模式,选择操作菜单"; }):"toast://当前为远程订阅源,无法进入编辑模式"