This commit is contained in:
Archer 2023-03-09 20:27:11 +08:00
parent 7807b26707
commit e5fe670a6e
No known key found for this signature in database
GPG Key ID: A3F5915562F98511
3 changed files with 18 additions and 35 deletions

View File

@ -1,5 +1,6 @@
import React from 'react';
import { Box } from '@chakra-ui/react';
import Link from 'next/link';
import Navbar from './navbar';
import NavbarPhone from './navbarPhone';
import { useRouter } from 'next/router';
@ -79,6 +80,20 @@ const Layout = ({ children }: { children: JSX.Element }) => {
</Box>
</Box>
)}
<Box
textAlign={'center'}
backgroundColor={'#fff'}
p={4}
position={'absolute'}
bottom={0}
left={0}
right={0}
>
<Box>@ Make by Archer</Box>
<Link href={'https://beian.miit.gov.cn/'} target={'_blank'}>
ICP备19010228号-1
</Link>
</Box>
</Box>
) : (
<Auth>

View File

@ -4,39 +4,7 @@ export enum EmailTypeEnum {
}
export const introPage = `
## 使 Doc GPT
## 使
使:
1. 使
2. openai openai API Key
3. ChatGPT
4. 使 API
###
1. ****
2. ****
3. ****2AI
6 4
4. ****
5. ****-1 n
###
1. windowId
2.
3.
4. windowId
* http://docgpt.ahapocket.cn/chat?chatId=6402c9f64cb5d6283f764&windowId=6402c94cb5d6283f76fb49
* http://docgpt.ahapocket.cn/chat?chatId=6402c9f64cb5d6283f764
###
wx: YNyiqi
使 GPT
`;

View File

@ -30,7 +30,7 @@ export default function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>Doc GPT</title>
<title></title>
<meta name="description" content="Generated by Doc GPT" />
<meta
name="viewport"