fix: reworded the instructions against rooting Android Device
This commit is contained in:
parent
4b57186cd7
commit
7347db926e
@ -10,6 +10,7 @@ import {
|
|||||||
ListItem,
|
ListItem,
|
||||||
OrderedList,
|
OrderedList,
|
||||||
Text,
|
Text,
|
||||||
|
chakra,
|
||||||
} from '@chakra-ui/react';
|
} from '@chakra-ui/react';
|
||||||
import { ExternalLinkIcon } from '@chakra-ui/icons';
|
import { ExternalLinkIcon } from '@chakra-ui/icons';
|
||||||
import { Light as SyntaxHighlighter } from 'react-syntax-highlighter';
|
import { Light as SyntaxHighlighter } from 'react-syntax-highlighter';
|
||||||
@ -22,9 +23,12 @@ export function QMCv2AndroidInstructions() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Text>
|
<Text>
|
||||||
你可能需要 <code>root</code> 或类似的访问权限。
|
你需要 <code>root</code> 访问权限来访问安卓应用的私有数据。
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
⚠️ 请注意,获取 <code>root</code> 通常意味着你的安卓设备
|
||||||
|
<chakra.span color="red.400">将失去保修资格</chakra.span>。
|
||||||
</Text>
|
</Text>
|
||||||
<Text>绝大多数情况下,这会导致你的安卓设备失去保修资格。</Text>
|
|
||||||
|
|
||||||
<Accordion allowToggle mt="2">
|
<Accordion allowToggle mt="2">
|
||||||
<AccordionItem>
|
<AccordionItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user