chore: chatgpt prompts

This commit is contained in:
lencx
2022-12-15 21:46:15 +08:00
parent 0649723c3c
commit 7da70733a3
7 changed files with 76 additions and 11 deletions

2
src/routes.tsx vendored
View File

@@ -7,7 +7,7 @@ import type { RouteObject } from 'react-router-dom';
import type { MenuProps } from 'antd';
import General from '@view/General';
import ChatGPTPrompts from '@view/ChatGPTPrompts';
import ChatGPTPrompts from '@/view/ChatGPTPrompts';
export type ChatRouteObject = {
label: string;