<%/* 遍历年份 */%>
<%for (var yearMap of dataMaps) {%>
<%/* 年份 */%>
<%for (var monthMap of yearMap[1]) {%>
<%/* 月份 */%>
<%/* 月份数据 */%>
<%for (let index = 0; index < monthMap[1].length; index++) {%>
<%const favorite = monthMap[1][index]%>
<%total = total -1%>
<%}%>
<%}%>
<%}%>
<%}%>
<%/* 视频内容 */%>
<%if(favorite.custom_videos){%>
<%for(let video of favorite.custom_videos){%>
<% video.vid = API.Utils.newSimpleUid(16, 16); %>
<%if(video.play_url){%>
<%/* 音乐内容(目前PC端已无法正常播放,直接显示专辑图片与歌曲信息) */%>
<%if(favorite.custom_audios && favorite.custom_audios.length > 0){%>
<%}else{%>
<%}%>
<%}%>
<%}%>
<%/* 图片内容 */%>
<%if(favorite.custom_images){%>
<%for(let image of favorite.custom_images){%>
<%}%>
<%}%>
-
<%for(let music of favorite.custom_audios){%>
- <%}%>
<%:=favorite.pubtime%>