mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
refactor: deep link for faq
This commit is contained in:
@@ -4,7 +4,7 @@ import { InstructionsMac } from './InstructionsMac';
|
||||
import { InstructionsPC } from './InstructionsPC';
|
||||
import { InstructionsTabs, InstructionTab } from '~/components/InstructionsTabs.tsx';
|
||||
|
||||
export function QMCv2QQMusicAllInstructions() {
|
||||
export function QMCv2QQMusicAllInstructions({ limitHeight }: { limitHeight?: boolean }) {
|
||||
const tabs: InstructionTab[] = [
|
||||
{
|
||||
id: 'android',
|
||||
@@ -16,5 +16,5 @@ export function QMCv2QQMusicAllInstructions() {
|
||||
{ id: 'windows', label: 'Windows', content: <InstructionsPC /> },
|
||||
];
|
||||
|
||||
return <InstructionsTabs tabs={tabs} />;
|
||||
return <InstructionsTabs tabs={tabs} limitHeight={limitHeight} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user