list
This commit is contained in:
parent
2071562374
commit
74db1ce30f
@ -14,6 +14,10 @@ let getsection = async (text) => {
|
|||||||
})
|
})
|
||||||
list = list.reverse()
|
list = list.reverse()
|
||||||
// console.log(list)
|
// console.log(list)
|
||||||
|
list = {
|
||||||
|
title:"列表",
|
||||||
|
list:list
|
||||||
|
}
|
||||||
return list
|
return list
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user