套餐页面添加标题字段

This commit is contained in:
Eamon-meng
2026-04-30 16:57:00 +08:00
parent 574ad0e662
commit 602372e58d
3 changed files with 3 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ export default function Center({skuData}: {
return (
<Card className="flex-auto p-6 flex flex-col gap-10 relative">
<div className="text-center -mb-10"> HTTPsocks5 </div>
<BillingMethodField modeList={modeList} timeDailyLimit={100}/>
{/* 套餐时效 */}
{type === '1' && (

View File

@@ -134,7 +134,7 @@ export function PurchaseSidePanel(props: PurchaseSidePanelProps) {
)
) : (
<Link href="/login" className={buttonVariants()}>
</Link>
)}
</Card>

View File

@@ -81,6 +81,7 @@ export default function Center({
return (
<Card className="flex-auto p-6 flex flex-col gap-10 relative">
<div className="text-center -mb-10"> HTTPsocks5 </div>
<BillingMethodField modeList={modeList} timeDailyLimit={2000}/>
{/* 套餐时效 */}
{type === '1' && (