feat: chatgpt prompts

This commit is contained in:
lencx
2022-12-16 21:23:46 +08:00
parent 3318bfb23f
commit 47c9072f40
10 changed files with 79 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
.chat-container {
padding: 20px;
overflow: hidden;
}
.ant-menu {

View File

@@ -3,7 +3,6 @@ import { Layout, Menu } from 'antd';
import { useNavigate, useLocation } from 'react-router-dom';
import Routes, { menuItems } from '@/routes';
import './index.scss';
const { Content, Footer, Sider } = Layout;