src/templates/zshare/formconfig.jsx
@@ -3217,6 +3217,19 @@ }, { type: 'radio', key: 'colorType', label: '颜色类型', initVal: card.colorType || 'hex', options: [{ value: 'hex', text: '16进制' }, { value: 'rgba', text: 'RGBA' }] }, { type: 'radio', key: 'allowHalf', label: '半选', initVal: card.allowHalf || 'false',