从安卓客户端的密钥数据库读取密钥 #24

Merged
lsr merged 7 commits from feat/import-from-android into main 2023-06-11 22:39:20 +00:00
Showing only changes of commit 2a75d63b9a - Show all commits

View File

@ -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>