QQ空间导出助手
个人中心
相册
<%/* 遍历分类 */%> <%for (const [className, items] of albumsMapping) {%>
<%:=className%>
<%/* 遍历相册 */%> <%for (const album of items) {%>
<%:=album.total%>
<%:=API.Utils.formatContent(album.name, "HTML", false, false, false, false, true)%>
<%:=album.likes ? album.likes.length : 0%>
<%:=album.comments ? album.comments.length : 0%>
<%:=album.custom_visitor ? album.custom_visitor.viewCount : 0%>
<%}%>
<%}%>