Skip to content

Commit

Permalink
feat: 新增自定义节点模式
Browse files Browse the repository at this point in the history
  • Loading branch information
shinetingli committed Jan 23, 2023
1 parent 5302b0b commit 7bd037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const cascaderSelectOptions = [
{ label: "字符串", value: "String" },
{ label: "数值", value: "Number" },
{ label: "布尔值", value: "Boolean" },
{ label: "随机值", value: "Random" },
{ label: "自定义", value: "Custom" },
];

0 comments on commit 7bd037a

Please sign in to comment.