拆分数据处理分类,新增编码加密、数学计算分类

This commit is contained in:
fofolee
2025-01-08 16:13:50 +08:00
parent 430466c38c
commit 8003497e71
18 changed files with 271 additions and 239 deletions

View File

@@ -1,7 +1,7 @@
import { newVarInputVal } from "js/composer/varInputValManager";
export const uiCommands = {
label: "UI操作",
label: "用户交互",
icon: "web",
defaultOpened: false,
commands: [
@@ -52,6 +52,12 @@ export const uiCommands = {
},
],
},
{
label: "标题",
type: "varInput",
defaultValue: newVarInputVal("str", "请选择"),
width: 12,
},
],
},
{