更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent 07f4bad1e6
commit c8c9fb584e
  1. 3
      SrcLive.js

@ -189,6 +189,7 @@ function Live() {
} }
writeFile(JYlivefile, JYlives.join('\n')); writeFile(JYlivefile, JYlives.join('\n'));
deleteItem(groupname); deleteItem(groupname);
deleteItem('null');
hideLoading(); hideLoading();
return "toast://已删除分组 <"+groupname+"> 所有地址"; return "toast://已删除分组 <"+groupname+"> 所有地址";
}catch(e){ }catch(e){
@ -664,7 +665,7 @@ function LiveSet() {
} }
}) })
} }
addItemBefore('livesearch',editmenu); addItemAfter('livesearch',editmenu);
back(false); back(false);
return "toast://进入编辑模式,选择操作菜单"; return "toast://进入编辑模式,选择操作菜单";
}):"toast://当前为远程订阅源,无法进入编辑模式" }):"toast://当前为远程订阅源,无法进入编辑模式"

Loading…
Cancel
Save