|
|
@ -138,7 +138,9 @@ function Live() { |
|
|
|
} |
|
|
|
} |
|
|
|
writeFile(JYlivefile, JYlives.join('\n')); |
|
|
|
writeFile(JYlivefile, JYlives.join('\n')); |
|
|
|
hideLoading(); |
|
|
|
hideLoading(); |
|
|
|
refreshPage(false); |
|
|
|
//refreshPage(false);
|
|
|
|
|
|
|
|
deleteItem(groupname); |
|
|
|
|
|
|
|
deleteItemByCls('livelist'); |
|
|
|
return "toast://已删除分组 <"+groupname+"> 所有地址"; |
|
|
|
return "toast://已删除分组 <"+groupname+"> 所有地址"; |
|
|
|
}catch(e){ |
|
|
|
}catch(e){ |
|
|
|
hideLoading(); |
|
|
|
hideLoading(); |
|
|
@ -158,7 +160,7 @@ function Live() { |
|
|
|
}catch(e){} |
|
|
|
}catch(e){} |
|
|
|
} |
|
|
|
} |
|
|
|
writeFile(JYlivefile, JYlives.join('\n')); |
|
|
|
writeFile(JYlivefile, JYlives.join('\n')); |
|
|
|
refreshPage(false); |
|
|
|
updateItem(groupname,{title:input}); |
|
|
|
return "toast:// <"+groupname+"> 分组改名为 <"+input+">"; |
|
|
|
return "toast:// <"+groupname+"> 分组改名为 <"+input+">"; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
return "toast://输入不能为空" |
|
|
|
return "toast://输入不能为空" |
|
|
|