feat: add ios ekey import instructions

This commit is contained in:
鲁树人
2023-06-15 20:34:15 +01:00
parent 8db5b64b38
commit 44df8ce3db
5 changed files with 140 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
import { Text } from '@chakra-ui/react';
export function InstructionsPC() {
return (
<>
<Text>使 Windows </Text>
</>
);
}