()
| 225 | } |
| 226 | |
| 227 | function syncLogHeader() { |
| 228 | return `# 同步记录 |
| 229 | |
| 230 | 本文件记录网站侧 LeetCode 动画索引同步到 GitHub 的变更。 |
| 231 | |
| 232 | | 日期 | 类型 | 说明 | |
| 233 | | :-- | :-- | :-- | |
| 234 | `; |
| 235 | } |
| 236 | |
| 237 | function appendSyncLog(report, source) { |
| 238 | if (!report.added.length && !report.changed.length && !report.removed.length) return; |