src/templates/zshare/formconfig.jsx
@@ -874,6 +874,10 @@ }) } if (card.OpenType === 'blank') { card.OpenType = 'tab' } return [ { type: 'select', @@ -2739,11 +2743,11 @@ label: '光标', initVal: card.cursor || 'left', options: [{ value: 'right', text: '右对齐' }, { value: 'left', text: '左对齐' }, { value: 'right', text: '右对齐' }], forbid: appType !== 'mob' },