import { Card, Empty, Alert } from 'antd' import { HistoryOutlined, SyncOutlined } from '@ant-design/icons' const HistoryPage = () => { return (
} style={{ marginBottom: 24 }} />
历史记录功能即将上线
您将能够查看所有对话记录、按项目筛选、导出对话等
} /> ) } export default HistoryPage