king
2025-02-06 d1cd5af5adb53e91efdd278328e1b6f8ad834fb5
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',
  }
]