Concat plugin to app (#1799)

This commit is contained in:
Archer
2024-06-19 14:38:21 +08:00
committed by GitHub
parent b17d14bb7d
commit 565bfc8486
220 changed files with 5018 additions and 4667 deletions

View File

@@ -1,5 +1,5 @@
import React, { useCallback, useRef } from 'react';
import Head from 'next/head';
import NextHead from '@/components/common/NextHead';
import { useRouter } from 'next/router';
import { getInitChatInfo } from '@/web/core/chat/api';
import {
@@ -252,9 +252,7 @@ const Chat = ({ appId, chatId }: { appId: string; chatId: string }) => {
return (
<Flex h={'100%'}>
<Head>
<title>{chatData.app.name}</title>
</Head>
<NextHead title={chatData.app.name}></NextHead>
{/* pc show myself apps */}
{isPc && (
<Box borderRight={theme.borders.base} w={'220px'} flexShrink={0}>