Browse Source

chore: 素材解构 Tab 暂不开放,标"开发中"并禁用点击

与长文召回 Tab 对齐:保留入口可见,disabled + 灰标签提示,不再渲染 MaterialDeconstructTab.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
刘立冬 2 days ago
parent
commit
70cee6da1d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/RecallTestPage.tsx

+ 3 - 3
src/pages/RecallTestPage.tsx

@@ -28,7 +28,6 @@ import RecallResultList from '../components/RecallResultList'
 import VideoPlayer from '../components/VideoPlayer'
 import DeconstructTree from '../components/DeconstructTree'
 import AIUnderstandingPanel from '../components/AIUnderstandingPanel'
-import MaterialDeconstructTab from '../components/MaterialDeconstructTab'
 import { toHttps } from '../utils/url'
 import {
   getAiUnderstanding,
@@ -122,10 +121,11 @@ export default function RecallTestPage() {
           key: 'material',
           label: (
             <span>
-              <PictureOutlined /> 素材解构
+              <PictureOutlined /> 素材解构 <Tag color="default" style={{ marginLeft: 4 }}>开发中</Tag>
             </span>
           ),
-          children: <MaterialDeconstructTab />,
+          disabled: true,
+          children: null,
         },
         {
           key: 'article',