${Array.from (subtles).reduce ((p, i) => {
p += `
${i.innerHTML}
`
return p
}, '')}
`
}
let once = htmlText.match (/var once = "([\d]+)";/)
//console.log (once)
if (once && once [1]) {
post.once = once [1]
}
post.isReport = htmlText.includes (' 你已对本主题进行了报告 ')
let topic_buttons = body.find ('.topic_buttons')
if (topic_buttons.length) {
let favoriteNode = topic_buttons.find ('.tb:first')
if (favoriteNode.length) {
post.isFavorite = favoriteNode [0].innerText === ' 取消收藏 '
}
let ignoreNode = topic_buttons.find ('.tb:eq (2)')
if (ignoreNode.length) {
post.isIgnore = ignoreNode [0].innerText === ' 取消忽略 '
}
//
let thankNode = topic_buttons.find ('#topic_thank .tb')
if (!thankNode.length) {
post.isThanked = true
}
let topic_stats = topic_buttons.find ('.topic_stats')
//topic_stats = $(`