From a916e221cf8366faca3f9617109def0e6e53c39d Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 11 Jul 2022 14:07:54 +0000 Subject: [PATCH] update SrcJuying.js. --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index cd40d996..89f38543 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -1068,7 +1068,7 @@ function SRCSet() { col_type:'text_3', url: $().lazyRule(()=>{ var dataurl = getMyVar('parseurl'); - var dataname = getMyVar('parsename','测试'); + var dataname = getMyVar('parsename')||'测试'; var datahead = getMyVar('parseheader')||'{}'; if(!dataurl||!/^http/.test(dataurl)){ return "toast://获取解析地址失败,无法测试";