import { SegmentTopNavSettings } from './SegmentTopNavSettings'; import { VQuote } from '~/components/HelpText/VQuote'; import { SegmentAddKeyDropdown } from './SegmentAddKeyDropdown'; import React from 'react'; export interface SegmentKeyImportInstructionsProps { clientInstructions: React.ReactNode; tab: string; keyInstructionText?: React.ReactNode; } export function SegmentKeyImportInstructions({ clientInstructions, tab, keyInstructionText = '选择你的客户端平台来查看密钥提取说明:', }: SegmentKeyImportInstructionsProps) { return ( <>
导入密钥可以参考下面的步骤:
{keyInstructionText}
{clientInstructions}