docs: improve faq page

- add toc for faq page
- fix #79: add note about oem build
- add plat form specific instructions for qqmusic faq
This commit is contained in:
鲁树人
2024-10-14 11:03:01 +09:00
parent afc65fd5d0
commit 759252cec5
10 changed files with 226 additions and 116 deletions

View File

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