diff --git a/bin/reptile/177mh_net/section.js b/bin/reptile/177mh_net/section.js index a064744..264d79a 100644 --- a/bin/reptile/177mh_net/section.js +++ b/bin/reptile/177mh_net/section.js @@ -36,6 +36,10 @@ let getsection = async (text)=>{ // list.push(obj) // }) // console.log(list) + list = [{ + title:"列表", + list:list + }] return list }