src/templates/zshare/formconfig.jsx
@@ -2819,6 +2819,20 @@ }, { type: 'radio', key: 'splitline', label: '分割线', initVal: card.splitline || 'true', forbid: appType !== 'mob', options: [{ value: 'true', text: '显示' }, { value: 'false', text: '隐藏' }] }, { type: 'radio', key: 'count', label: '计数功能', initVal: card.count || 'false',