mirror of
https://git.unlock-music.dev/um/um-react.git
synced 2025-07-02 18:22:12 +08:00
10 lines
193 B
TypeScript
10 lines
193 B
TypeScript
import { Text } from '@chakra-ui/react';
|
|
|
|
export function InstructionsPC() {
|
|
return (
|
|
<>
|
|
<Text>使用 Windows 客户端下载的文件不需要导入密钥。</Text>
|
|
</>
|
|
);
|
|
}
|