src/templates/zshare/formconfig.jsx
@@ -3273,6 +3273,22 @@ forbid: appType === 'mob' }, { type: 'radio', key: 'enterReplace', label: '回车符替换', tooltip: '回车符会替换为英文逗号。', initVal: card.enterReplace || 'false', required: false, forbid: appType !== 'mob', options: [{ value: 'false', text: '否' }, { value: 'true', text: '是' }] }, { type: 'text', key: 'placeholder', label: '提示信息',