king
2023-05-20 01a88094eaa183714ed7490ca7b85fee1e7bb064
src/templates/zshare/formconfig.jsx
@@ -3729,6 +3729,20 @@
    },
    {
      type: 'radio',
      key: 'constant',
      label: 'Unicode常量',
      tooltip: '使用时将在提交内容前加上 N,代表存入数据库时以 Unicode 格式存储。',
      initVal: card.constant || 'false',
      options: [{
        value: 'true',
        text: '使用'
      }, {
        value: 'false',
        text: '不使用'
      }]
    },
    {
      type: 'radio',
      key: 'sendType',
      label: '发送方式',
      initVal: card.sendType || 'local',