From bf9c58fad645b69719db5031e188ba59f818bced Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 24 Jul 2024 16:25:17 +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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index cac82cdd..68a22f37 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -63,11 +63,7 @@ function autoerji(url, html) { desc = obj.content ? _pdfh(html, obj.content) : ""; if (desc && !detail.desc) { detail.desc = desc; } } catch (e) { } - if (obj.id == 35) { - log(obj.id); - log(tabs); - log(lists); - } + return { details1: details1, pic: pic, desc: desc, tabs: tabs, lists: lists }; };