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 }