import Link from 'next/link' /** * 联盟行销 * @returns */ export default function DashboardItemAffliate() { const cards = [ { title: '¥0.00', desc: '累计佣金', className: 'bg-blue-600 hover:bg-blue-700 text-white' }, { title: '¥0.00', desc: '已提现', className: 'bg-cyan-600 hover:bg-cyan-700 text-white' }, { title: '¥0.00', desc: '提现中', className: 'bg-pink-600 hover:bg-pink-700 text-white' }, { title: '¥0.00', desc: '可提现', className: 'bg-emerald-600 hover:bg-emerald-700 text-white' } ] return (
{card.desc}