QQ空间导出助手
  1. 个人中心
  2. 相册
<%/* 遍历分类 */%> <%for (const [className, items] of albumsMapping) {%>

<%:=className%>


<%/* 遍历相册 */%> <%for (const album of items) {%>
<%:=album.name%>
<%:=album.likes ? album.likes.length : 0%> <%:=album.comments ? album.comments.length : 0%> <%:=album.custom_visitor ? album.custom_visitor.viewCount : 0%> <%:=album.total%>
<%}%>
<%}%>