From 29c99aa02952f3345427782d8c7f940025723a6d Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Fri, 3 Jan 2020 15:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/taduo_net/section.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reptile/taduo_net/section.js b/bin/reptile/taduo_net/section.js index 477c6fd..ad4cc80 100644 --- a/bin/reptile/taduo_net/section.js +++ b/bin/reptile/taduo_net/section.js @@ -14,10 +14,10 @@ let getsection = async (text) => { }) list = list.reverse() // console.log(list) - list = { + list = [{ title:"列表", list:list - } + }] return list }