From d83fc0f37a368cb14b631ff10a4618789562d570 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Wed, 20 Dec 2023 20:43:47 +0800 Subject: [PATCH] chore: insert hyperlink with default value #368 --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f5e786d..e07f017 100644 --- a/src/main.ts +++ b/src/main.ts @@ -424,7 +424,8 @@ window.onload = function () { label: '文本', name: 'name', required: true, - placeholder: '请输入文本' + placeholder: '请输入文本', + value: instance.command.getRangeText() }, { type: 'text',