docs: update faq

This commit is contained in:
鲁树人 2023-12-22 11:02:56 +00:00
parent 24fc661953
commit 16bb7cb0fb
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,8 @@ export function KuwoFAQ() {
<AlertIcon /> <AlertIcon />
<Flex flexDir="column"> <Flex flexDir="column">
<Text> root </Text> <Text> root </Text>
<Text>使使</Text> <Text></Text>
<Text>使使</Text>
</Flex> </Flex>
</Alert> </Alert>
</Container> </Container>

View File

@ -3,7 +3,8 @@ import { Text } from '@chakra-ui/react';
export function InstructionsPC() { export function InstructionsPC() {
return ( return (
<> <>
<Text>使 Windows </Text> <Text>使 Windows 19.43 </Text>
<Text>使 Windows 19.51 </Text>
</> </>
); );
} }