From 4455a252662fccc01ac6e2a172c2b787112c10cd Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 17 Nov 2022 15:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcAutoTmpl.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcAutoTmpl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 064d7dd9..8c277822 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -337,7 +337,7 @@ function autoerji(url){ if(data.conts){ return data; }else{ - aierji(html,url); + return aierji(html,url); } } //AI二级 @@ -494,4 +494,5 @@ function aierji(html,url){ setResult(d2); } + return {}; } \ No newline at end of file