refactor: 修改 data.json 内容结构
This commit is contained in:
@@ -29,7 +29,7 @@ export function generateMarkdown() {
|
||||
let tableRows = jsonMarkdown[0].table.rows;
|
||||
let result = ''
|
||||
|
||||
jsonParsed.forEach((data) => {
|
||||
jsonParsed.timeline.forEach((data) => {
|
||||
tableRows.push([
|
||||
data.startTime || '',
|
||||
data.endTime || '',
|
||||
|
||||
Reference in New Issue
Block a user