fix: 缺省 `random`

pull/1281/head
kifuan 1 year ago
parent 7bef2fa7cd
commit 16ae63d0c4

@ -15,7 +15,7 @@
let listResult = ""
const lists = str[i].link_list
if (!{page.random}) {
if (!{page.random === true}) {
lists.sort(() => Math.random() - 0.5)
}
for(let j = 0; j < lists.length; j++){

Loading…
Cancel
Save