chore: add description to QMCv2 page
This commit is contained in:
parent
e3e14c5cde
commit
923fb1497b
@ -40,9 +40,11 @@ export function PanelQMCv2Key() {
|
|||||||
return (
|
return (
|
||||||
<Flex minH={0} flexDir="column" flex={1}>
|
<Flex minH={0} flexDir="column" flex={1}>
|
||||||
<Heading as="h2" size="lg">
|
<Heading as="h2" size="lg">
|
||||||
密钥
|
QMCv2 密钥
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
<Text>QQ 音乐目前采用的加密方案(QMCv2),安卓端与 Mac 端均下加密内容与密钥隔离储存。</Text>
|
||||||
|
|
||||||
<Box pb={2} pt={2}>
|
<Box pb={2} pt={2}>
|
||||||
<ButtonGroup isAttached variant="outline">
|
<ButtonGroup isAttached variant="outline">
|
||||||
<Button onClick={addKey} leftIcon={<Icon as={MdAdd} />}>
|
<Button onClick={addKey} leftIcon={<Icon as={MdAdd} />}>
|
||||||
|
Loading…
Reference in New Issue
Block a user