src/templates/zshare/formconfig.jsx
@@ -2331,6 +2331,23 @@ }, { type: 'radio', key: 'mkfocus', label: '聚焦时', initVal: card.mkfocus || 'def', options: [{ value: 'def', text: '默认' }, { value: 'check', text: '全选' }, { value: 'clear', text: '清空' }], forbid: appType !== 'mob' }, { type: 'radio', key: 'sendType', label: '发送方式', initVal: card.sendType || 'local',