chore: insert hyperlink with default value #368

This commit is contained in:
Hufe921
2023-12-20 20:43:47 +08:00
parent b55471b134
commit d83fc0f37a
+2 -1
View File
@@ -424,7 +424,8 @@ window.onload = function () {
label: '文本',
name: 'name',
required: true,
placeholder: '请输入文本'
placeholder: '请输入文本',
value: instance.command.getRangeText()
},
{
type: 'text',