This commit is contained in:
pplokijuhyg 2020-01-03 15:15:48 +08:00
parent 2071562374
commit 74db1ce30f

View File

@ -14,6 +14,10 @@ let getsection = async (text) => {
})
list = list.reverse()
// console.log(list)
list = {
title:"列表",
list:list
}
return list
}