From 74db1ce30f4d45d063b152e11de94ab7a1b24d25 Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Fri, 3 Jan 2020 15:15:48 +0800 Subject: [PATCH] list --- bin/reptile/taduo_net/section.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/reptile/taduo_net/section.js b/bin/reptile/taduo_net/section.js index a7a3ff4..477c6fd 100644 --- a/bin/reptile/taduo_net/section.js +++ b/bin/reptile/taduo_net/section.js @@ -14,6 +14,10 @@ let getsection = async (text) => { }) list = list.reverse() // console.log(list) + list = { + title:"列表", + list:list + } return list }