import React from 'react'; import { Button, Typography } from '@douyinfe/semi-ui'; import { Ticket } from 'lucide-react'; const { Text } = Typography; const RedemptionsDescription = ({ compactMode, setCompactMode, t }) => { return (
{t('兑换码可以批量生成和分发,适合用于推广活动或批量充值。')}
); }; export default RedemptionsDescription;