king
2022-03-23 fc32b691967b530f949f62cc3758a9d70dbd5a91
src/mob/components/topbar/normal-navbar/options.jsx
@@ -138,6 +138,17 @@
      }]
    },
    {
      type: 'radio',
      field: 'mode',
      label: '弹框背景',
      initval: wrap.mode || 'dark',
      required: false,
      options: [
        {value: 'light', label: '白色'},
        {value: 'dark', label: '黑色'},
      ]
    },
    {
      type: 'select',
      field: 'linkmenu',
      label: '关联菜单',