From 33745e430a54dcd407887e81b4805a9dc80f4865 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 14 Oct 2022 16:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJySet.js b/SrcJySet.js index f40967cb..3badc7e2 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2256,7 +2256,7 @@ function Resourceimport(input){ } JYconfig['TVBoxDY'] = input; writeFile(cfgfile, JSON.stringify(JYconfig)); - return 'TVBox订阅:'+(input?'已保存订阅':'已取消订阅'); + return 'TVBox订阅:'+(input?'保存成功':'已取消'); }catch(e){ log('TVBox订阅:失败>'+e.message); return 'TVBox订阅:失败,详情查看日志';