Dear ALL:
    请查收${ctx.curDate!} 统计邮件。
🔖  确实社区 - 平台统计
🔥分类 🔥总数 🔥活跃数 🔥新增
用户总数 ${ctx.stMo.user.totalCount!} ${ctx.stMo.user.activeCount!} ${ctx.stMo.user.freshCount!}
项目总数 ${ctx.stMo.project.totalCount!} ${ctx.stMo.project.activeCount!} ${ctx.stMo.project.freshCount!}
课程总数 ${ctx.stMo.course.totalCount!} ${ctx.stMo.course.activeCount!} ${ctx.stMo.course.freshCount!}
🐉  确实社区 - 平台代码提交数据
🔥分类 🔥总数 🔥新增
代码提交 ${ctx.stCodeMo.commit.totalCount!} ${ctx.stCodeMo.commit.freshCount!}
代码拉取 ${ctx.stCodeMo.pullRequest.totalCount!} ${ctx.stCodeMo.pullRequest.freshCount!}
<% for(project user in ctx.activeProjectRankMo.projectList) { %> <% } %>
🐉  确实社区 - 项目案例活跃度排行榜 (总数:${ctx.activeProjectRankMo.totalCount!})
🔥序号 🔥项目名称 🔥项目标识 🔥提交次数 🔥成员个数
${project.no!} ${project.name!} ${project.identifier!} ${project.commitsCount!} ${project.memberCount!}
<% for(developer in ctx.activeDeveloperRankMo.developerMoList) { %> <% } %>
🐉  确实社区 - 开发者活跃度排行榜 (总数:${ctx.activeDeveloperRankMo.totalCount!})
🔥排名 🔥开发者名称 🔥开发者用户名 🔥提交次数 🔥活跃天数 🔥工程个数 🔥成员个数
${developer.no!} ${developer.login!} ${developer.username!} ${developer.totalCommitsCount!} ${developer.continuedActiveDay!} ${developer.projectList.~size!} ${developer.memberProjectList.~size!}