docs: update faq
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jixun Wu 2023-12-22 11:02:56 +00:00
parent f63b81dcb2
commit a5e398873c
2 changed files with 4 additions and 2 deletions

View File

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

View File

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