日期: " + escapeHtml(info.date) + "
"); if (info.time) lines.push("时间: " + escapeHtml(info.time) + "
"); if (info.location) lines.push("地点: " + escapeHtml(info.location) + "
"); if (info.host) lines.push("主持人: " + escapeHtml(info.host) + "
"); if (info.attendees) lines.push("参会人员: " + escapeHtml(info.attendees) + "
"); lines.push("| 序号 | 时间 | 议题 | 负责人 | 类型 |
|---|---|---|---|---|
| " + (index + 1) + " | " + escapeHtml(timeStr) + " | " + escapeHtml(item.title || "-") + " | " + escapeHtml(item.owner || "-") + " | " + escapeHtml(getTypeLabel(item.type)) + " |
总时长: " + totalMinutes + " 分钟
"); lines.push(""); lines.push("