king
2022-10-18 e5605fc3af350edf6c61d9ec956cfe72dce22af7
src/templates/zshare/formconfig.jsx
@@ -3665,6 +3665,15 @@
    },
    {
      type: 'text',
      key: 'regularExtra',
      label: '正则扩展符',
      initVal: card.regularExtra || '',
      tooltip: '正则验证时的自定义字符,包括~!@#$%^&*()_+:;{}<>,.-',
      required: false,
      readonly: false
    },
    {
      type: 'text',
      key: 'regularText',
      label: '正则提示',
      initVal: card.regularText || '',