src/templates/zshare/formconfig.jsx
@@ -2453,14 +2453,29 @@ type: 'radio', key: 'cursor', label: '光标', initVal: card.cursor || 'right', initVal: card.cursor || 'left', options: [{ value: 'right', text: '右对齐' }, { value: 'left', text: '左对齐' }] }], forbid: appType !== 'mob' }, { type: 'radio', key: 'scan', label: '扫码', initVal: card.scan || 'false', options: [{ value: 'true', text: '启用' }, { value: 'false', text: '不启用' }], forbid: appType !== 'mob' }, { type: 'radio',