feat: 修改chat的数据结构
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { Box, Flex } from '@chakra-ui/react';
|
||||
import Image from 'next/image';
|
||||
import { useRouter } from 'next/router';
|
||||
import Icon from '../Icon';
|
||||
import Icon from '../Iconfont';
|
||||
|
||||
export enum NavbarTypeEnum {
|
||||
normal = 'normal',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { useRouter } from 'next/router';
|
||||
import Icon from '../Icon';
|
||||
import Icon from '../Iconfont';
|
||||
import {
|
||||
Flex,
|
||||
Drawer,
|
||||
|
||||
Reference in New Issue
Block a user