Merge branch 'review-pr44'

This commit is contained in:
2026-07-23 15:21:51 +08:00
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { Outlet, useNavigate, useLocation } from 'react-router-dom';
import { Sparkles } from 'lucide-react';
import { Layout, Menu, Button, Avatar, Dropdown, Drawer, Grid, Tooltip } from 'antd';
import {
DashboardOutlined,
@@ -312,7 +311,7 @@ const MainLayout: React.FC = () => {
<Button
type="text"
aria-label="打开 AI 助理"
icon={<Sparkles size={17} strokeWidth={1.8} />}
icon={<RobotOutlined style={{ fontSize: 17 }} />}
onClick={() => setAiChatOpen(true)}
/>
</Tooltip>