king
2021-01-29 d62c168d0656fac4242581609c3c5c0d88cf6a48
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 || '',