Skip to content

Commit 0226483

Browse files
committed
update pricing table
1 parent 7bf3d6e commit 0226483

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

site/components/pricing/index.tsx

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ function Pricing() {
162162
<div className="mb-8 border-b border-slate-100 pb-8 min-h-40 flex flex-col justify-end">
163163
<div className="flex items-baseline text-slate-900">
164164
<span className="text-3xl font-bold">¥</span>
165-
<span className="text-5xl font-extrabold tracking-tight">800</span>
165+
<span className="text-5xl font-extrabold tracking-tight">960</span>
166166
<span className="text-slate-500 ml-2 font-medium">/ 年</span>
167167
</div>
168-
<AnnualDiscount annualPrice={800} monthlyPrice={100} />
168+
<AnnualDiscount annualPrice={960} monthlyPrice={120} />
169169
</div>
170170

171171
<ul className="flex-1 space-y-3 mb-8">
@@ -271,6 +271,26 @@ function Pricing() {
271271

272272
</div>
273273

274+
<div className="mt-10 rounded-2xl border border-blue-200/80 bg-white p-6 shadow-sm">
275+
<div className="flex flex-col gap-5 md:flex-row md:items-center md:justify-between">
276+
<div>
277+
<div className="text-sm font-bold text-blue-600">额外更新查询额度</div>
278+
<h3 className="mt-1 text-2xl font-extrabold text-slate-900">按需加购,自动转为定制版</h3>
279+
<p className="mt-2 max-w-3xl text-slate-600 leading-relaxed">
280+
付费用户可单独购买更新查询额度。每购买 1 份,账户每天增加 10 万次更新查询额度;购买后自动转为定制版,并可在控制台自行续费。
281+
</p>
282+
</div>
283+
<div className="shrink-0 rounded-xl bg-blue-50 px-6 py-4 text-center">
284+
<div className="text-sm font-medium text-blue-700">每 10 万次 / 日</div>
285+
<div className="mt-1 text-blue-700">
286+
<span className="text-3xl font-bold">¥</span>
287+
<span className="text-5xl font-extrabold tracking-tight">100</span>
288+
<span className="ml-1 font-medium text-slate-500">/ 月</span>
289+
</div>
290+
</div>
291+
</div>
292+
</div>
293+
274294
{/* Footer Notes */}
275295
<div className="mt-16 text-center text-slate-500 text-sm md:text-base max-w-4xl mx-auto p-6 bg-slate-100/50 rounded-2xl border border-slate-200/60">
276296
<p className="mb-3 leading-relaxed">

site/pages/docs/faq.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,11 @@ type: 其他
152152

153153
#### 可以按月付款吗?
154154

155-
需要月付的客户请联系 QQ 客服 34731408,月付价格为年付价格 / 8。如标准版当前价格为 800 元每年,则月付价格为 100 元每月。
155+
需要月付的客户请联系 QQ 客服 34731408,月付价格为年付价格 / 8。如标准版当前价格为 960 元每年,则月付价格为 120 元每月。
156156
月付客户需累计支付满 500 元后才能开具发票。`大客户VIP版`不支持月付。
157157

158+
如仅需增加更新查询额度,可在管理后台单独购买。每 10 万次 / 日更新查询额度为 100 元每月,购买后账号会自动转为定制版,并支持自行续费。
159+
158160
---
159161

160162
#### 大客户方案

0 commit comments

Comments
 (0)