From 398f83f40762dedfc4003e351a0d4354a3fb3b9d Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Sat, 20 Jun 2020 11:43:53 +0800 Subject: [PATCH] =?UTF-8?q?notification=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/resource-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index edc6e8e..be2e2ca 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -59,7 +59,7 @@ PS. 隐藏参数 ntf=1, 用于打开资源解析器的操作提示通知 (默认 //$notify("test",$resource.link) var content0=$resource.content; var link0=$resource.link; -$notify(link0,"tt",content0) +//$notify(link0,"tt",content0) var para=(link0.indexOf("http")!=-1 && link0.indexOf("://")!=-1)? link0:link0+content0.split("\n")[0]; var mark0=para.indexOf("#")!=-1? true:false; var type0=Type_Check(content0);