From 484ea3c02735c10d99f54dcb4cc9b949b2269cee Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 17 Oct 2022 23:02:14 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SrcLive.js b/SrcLive.js index 27c35870..4f6442cc 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -336,7 +336,10 @@ function LiveSet() { var JYlives = YClives; } writeFile(livefile, JYlives.join('\n')); + hideLoading(); return "toast://成功导入"; + }else{ + return "toast://文件异常,导入失败"; } } return "hiker://empty";