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

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

@@ -15,6 +15,11 @@ export default function ProductPage(props: ProductPageProps) {
<HomePage path={[
{label: '产品中心', href: '/product'},
]}>
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
<h1 className="text-center text-3xl md:text-4xl lg:text-5xl font-bold mb-4 md:mb-4">
</h1>
</div>
<Wrap>
<Suspense>
<Purchase/>