src/templates/zshare/formconfig.jsx
@@ -3386,6 +3386,20 @@ }, { type: 'radio', key: 'inputType', label: '加密显示', initVal: card.inputType || 'text', required: false, options: [{ value: 'text', text: '否' }, { value: 'password', text: '是' }] }, { type: 'radio', key: 'interception', label: '截取空格', initVal: card.interception || 'true',