feat: 支持添加备注信息
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user