3,716
个编辑
第26行: | 第26行: | ||
const content = parts[0].trim(); | const content = parts[0].trim(); | ||
const start = parts[1].trim(); | const start = parts[1].trim(); | ||
return { id: index + 1, content: content | return { id: index + 1, start: start, content: content }; | ||
})); | })); | ||