更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent de56b7657f
commit 9157becef4
  1. 6
      SrcLive.js

@ -117,7 +117,7 @@ function Live() {
}); });
}else{ }else{
d.push({ d.push({
title: '没有直播数据源', title: '没有直播数据源,可从TVBox导入',
col_type: 'rich_text' col_type: 'rich_text'
}); });
} }
@ -227,7 +227,7 @@ function LiveSet() {
col_type: 'icon_2_round', col_type: 'icon_2_round',
url: $('#noLoading#').lazyRule(() => { url: $('#noLoading#').lazyRule(() => {
writeFile("hiker://files/rules/Src/Juying/live.txt", ""); writeFile("hiker://files/rules/Src/Juying/live.txt", "");
return "hiker://empty"; return "toast://已清空";
}) })
}); });
d.push({ d.push({
@ -297,7 +297,7 @@ function LiveSet() {
hideLoading(); hideLoading();
return "toast://删除疑似失效源"+fails.length+"条"; return "toast://删除疑似失效源"+fails.length+"条";
}else{ }else{
return "toast://直播数据源"; return "toast://没有直播数据源";
} }
}) })
}); });

Loading…
Cancel
Save