src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -124,6 +124,17 @@ }, { type: 'radio', key: 'loop', label: '循环播放', initVal: card.loop || 'false', required: false, options: [ { value: 'true', text: '是' }, { value: 'false', text: '否' } ] }, { type: 'radio', key: 'link', label: '链接', initVal: card.link || '',