king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
src/templates/modalconfig/source.jsx
@@ -102,6 +102,11 @@
  },
  {
    type: 'form',
    label: '选择器',
    subType: 'popSelect',
  },
  {
    type: 'form',
    label: '开关',
    subType: 'switch',
  },
@@ -179,6 +184,11 @@
    type: 'form',
    label: '公式',
    subType: 'formula',
  },
  {
    type: 'form',
    label: '验证码',
    subType: 'vercode',
  }
]