wwf
4 天以前 73210a869048d6468b55717660d0ca558d0c2aab
app/components/base/features/new-feature-panel/feature-bar.tsx
@@ -37,7 +37,7 @@
  return (
    <div className='-translate-y-2 m-1 mt-0 px-2.5 py-2 pt-4 bg-util-colors-indigo-indigo-50 rounded-b-[10px] border-l border-b border-r border-components-panel-border-subtle'>
      {noFeatureEnabled && (
      {/* {noFeatureEnabled && (
        <div className='flex items-end gap-1 cursor-pointer' onClick={() => onFeatureBarClick?.(true)}>
          <RiApps2AddLine className='w-3.5 h-3.5 text-text-accent' />
          <div className='text-text-accent body-xs-medium'>{t('appDebug.feature.bar.empty')}</div>
@@ -137,7 +137,7 @@
            <RiArrowRightLine className='w-3.5 h-3.5 text-text-accent' />
          </Button>
        </div>
      )}
      )} */}
    </div>
  )
}