diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx index 0e16695..7e6aa7d 100644 --- a/apps/desktop/src/App.tsx +++ b/apps/desktop/src/App.tsx @@ -17,7 +17,6 @@ import DebugPanelTool from './pages/tools/DebugPanelTool'; import ChatTool from './pages/tools/ChatTool'; import ChatTestPage from './pages/tools/ChatTestPage'; import WatermarkTool from './pages/tools/WatermarkTool'; -import Settings from './pages/Settings'; // import BatchThumbnailGenerator from './pages/tools/BatchThumbnailGenerator'; import Navigation from './components/Navigation'; @@ -99,8 +98,8 @@ function App() { {/* 可滚动的主要内容区域 */} -
-
+
+
} /> } /> @@ -119,7 +118,6 @@ function App() { } /> } /> } /> - } /> {/* } /> */}
diff --git a/apps/desktop/src/pages/AiClassificationSettings.tsx b/apps/desktop/src/pages/AiClassificationSettings.tsx index 2babe5f..94918d6 100644 --- a/apps/desktop/src/pages/AiClassificationSettings.tsx +++ b/apps/desktop/src/pages/AiClassificationSettings.tsx @@ -348,7 +348,7 @@ const AiClassificationSettings: React.FC = () => {
{/* 美观的分类卡片网格 - 优化滚动 */} -
+
{classifications.map((classification, index) => (
{
{/* 选项卡内容 */} -
+
{/* 项目概述选项卡 */} {activeTab === 'overview' && (