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

@@ -26,6 +26,11 @@
"type": "string",
"title": "直播内容",
"default": ""
},
"remarks": {
"type": "string",
"title": "备注",
"default": ""
}
},
"defaultSnippets": [
@@ -36,6 +41,15 @@
"endTime": "",
"content": ""
}
},
{
"label": "基础格式 + 备注",
"body": {
"startTime": "",
"endTime": "",
"content": "",
"remarks": ""
}
}
]
}