feat: 版本更新

This commit is contained in:
archer 2023-03-25 23:16:59 +08:00
parent 75cf3d1e9f
commit 60f62507bd
No known key found for this signature in database
GPG Key ID: 166CA6BF2383B2BB
2 changed files with 3 additions and 10 deletions

View File

@ -52,11 +52,9 @@ export const chatProblem = `
`; `;
export const versionIntro = ` export const versionIntro = `
* 使 Api Key ## Fast GPT V2.0
* * tokens
* * QA 拆分: 可以在[]使 QA QA
* 便
* 便
`; `;
export const shareHint = ` export const shareHint = `

View File

@ -31,11 +31,6 @@ const Empty = ({ intro }: { intro: string }) => {
</Card> </Card>
{/* version intro */} {/* version intro */}
<Card p={4}> <Card p={4}>
<Header>Fast Gpt version1.4</Header>
<Box>
</Box>
<br />
<Markdown source={versionIntro} /> <Markdown source={versionIntro} />
</Card> </Card>
</Box> </Box>