完善首页代理产品间距和布局 & 修复购买套餐请求参数获取

This commit is contained in:
Eamon-meng
2025-12-17 15:07:14 +08:00
parent 32a1b2a8b7
commit 03d00af418
8 changed files with 259 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ import {merge} from '@/lib/utils'
import {Tabs, TabsContent, TabsList, TabsTrigger} from '@/components/ui/tabs'
import LongForm from '@/components/composites/purchase/long/form'
import ShortForm from '@/components/composites/purchase/short/form'
import Custom from '@/components/composites/purchase/custom/page'
import {usePathname, useRouter, useSearchParams} from 'next/navigation'
import SelfDesc from '@/components/features/self-desc'
export type TabType = 'short' | 'long' | 'fixed' | 'custom'