king
2021-05-31 ec9c3ddc2b439180204e8432fb805920ed0d11c1
src/templates/zshare/formconfig.jsx
@@ -2561,9 +2561,9 @@
    {
      type: 'radio',
      key: 'compress',
      label: '前端压缩',
      label: '压缩',
      initVal: card.compress || 'false',
      tooltip: '前端压缩必须为图片。',
      tooltip: '文件压缩必须为图片,图片格式为jpg、png、gif 或 jpeg',
      options: [{
        value: 'true',
        text: Formdict['model.true']