import { Tab, TabList, TabPanel, TabPanels } from '@chakra-ui/react'; import { AndroidADBPullInstruction } from '~/components/AndroidADBPullInstruction/AndroidADBPullInstruction'; import { InstructionsIOS } from './InstructionsIOS'; import { InstructionsMac } from './InstructionsMac'; import { InstructionsPC } from './InstructionsPC'; export function QMCv2QQMusicAllInstructions() { return ( <> 安卓 iOS Mac Windows ); }