mirror of
https://git.unlock-music.dev/um/um-react.git
synced 2025-07-02 18:22:12 +08:00
11 lines
324 B
TypeScript
11 lines
324 B
TypeScript
import { Text } from '@chakra-ui/react';
|
||
|
||
export function InstructionsPC() {
|
||
return (
|
||
<>
|
||
<Text>使用 Windows 19.43 或更低版本下载的歌曲文件无需密钥。</Text>
|
||
<Text>使用 Windows 19.51 或更高版本下载的歌曲文件需要导入密钥,但方法尚未公开。</Text>
|
||
</>
|
||
);
|
||
}
|