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";