From 73210a869048d6468b55717660d0ca558d0c2aab Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期一, 24 十一月 2025 09:49:43 +0800
Subject: [PATCH] 优化
---
app/components/base/features/new-feature-panel/feature-bar.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/base/features/new-feature-panel/feature-bar.tsx b/app/components/base/features/new-feature-panel/feature-bar.tsx
index 42fe555..097401e 100644
--- a/app/components/base/features/new-feature-panel/feature-bar.tsx
+++ b/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>
)
}
--
Gitblit v1.8.0