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