用户:RedDragon/Test2:修订间差异
来自Rizline中文维基
更多操作
小 |
小 |
||
| 第60行: | 第60行: | ||
const img = titleCell.querySelector('img') | const img = titleCell.querySelector('img') | ||
if (img) song.image = img.src || img.getAttribute('data-src') | if (img) song.image = img.src || img.getAttribute('data-src') | ||
if (song.title | if (song.title) { | ||
if (song.title !== '?') { | |||
if (song.title !== '') { | |||
songs.push(song) | |||
} | |||
} | |||
} | |||
} | } | ||
}) | }) | ||