读剪贴板支持图片、html、rtf,新增用户数据分类

This commit is contained in:
fofolee
2025-01-08 22:41:11 +08:00
parent cdd7b89e72
commit d2c3b7999c
8 changed files with 203 additions and 35 deletions

View File

@@ -13,7 +13,7 @@ export const uiCommands = {
saveOutput: true,
config: [
{
label: "按钮",
label: "按钮",
type: "arrayEditor",
defaultValue: [
newVarInputVal("str", "是"),
@@ -55,7 +55,7 @@ export const uiCommands = {
{
label: "标题",
type: "varInput",
defaultValue: newVarInputVal("str", "请选择"),
defaultValue: newVarInputVal("str"),
width: 12,
},
],