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 }