套餐页面添加标题字段
This commit is contained in:
@@ -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">支持 HTTP、socks5 双协议代理</div>
|
||||
<BillingMethodField modeList={modeList} timeDailyLimit={100}/>
|
||||
{/* 套餐时效 */}
|
||||
{type === '1' && (
|
||||
|
||||
@@ -134,7 +134,7 @@ export function PurchaseSidePanel(props: PurchaseSidePanelProps) {
|
||||
)
|
||||
) : (
|
||||
<Link href="/login" className={buttonVariants()}>
|
||||
登录后支付
|
||||
去支付
|
||||
</Link>
|
||||
)}
|
||||
</Card>
|
||||
|
||||
@@ -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">支持 HTTP、socks5 双协议代理</div>
|
||||
<BillingMethodField modeList={modeList} timeDailyLimit={2000}/>
|
||||
{/* 套餐时效 */}
|
||||
{type === '1' && (
|
||||
|
||||
Reference in New Issue
Block a user