1
0

feat: 支持添加备注信息

This commit is contained in:
2024-03-25 13:09:51 +08:00
parent 94a29e499d
commit 72068096b2
3 changed files with 87 additions and 71 deletions

View File

@@ -21,6 +21,7 @@ export function generateMarkdown() {
'开始时间',
'结束时间',
'直播内容',
'备注',
],
rows: [],
},
@@ -34,6 +35,7 @@ export function generateMarkdown() {
data.startTime || '',
data.endTime || '',
data.content || '',
data.remarks || '',
]);
});