From 9157becef47430e78a5776289880642f8a34202e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 16 Oct 2022 18:55:17 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index aac4cb81..e9d29b4c 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -117,7 +117,7 @@ function Live() { }); }else{ d.push({ - title: '没有直播数据源', + title: '没有直播数据源,可从TVBox导入', col_type: 'rich_text' }); } @@ -227,7 +227,7 @@ function LiveSet() { col_type: 'icon_2_round', url: $('#noLoading#').lazyRule(() => { writeFile("hiker://files/rules/Src/Juying/live.txt", ""); - return "hiker://empty"; + return "toast://已清空"; }) }); d.push({ @@ -297,7 +297,7 @@ function LiveSet() { hideLoading(); return "toast://删除疑似失效源"+fails.length+"条"; }else{ - return "toast://无直播数据源"; + return "toast://没有直播数据源"; } }) });