Skip to content

Commit

Permalink
Update pricing information and FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Feb 27, 2024
1 parent a294d6c commit 13ea4f8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
31 changes: 30 additions & 1 deletion site/components/pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ function Pricing() {
<Tooltip title="您可将注册用户名、公司(或个人)名称发送至<[email protected]>,申请延长评估时间">
<a>7 天</a>
</Tooltip>
<strong>专业版</strong>免费试用评估。到期后转为免费版。
<strong>专业版</strong>
免费试用评估。到期后转为免费版。如需按月购买,请联系QQ客服 34731408.
</p>
<div className="pricing pricing--rabten">
<div className="pricing__item">
Expand All @@ -53,6 +54,13 @@ function Pricing() {
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period"> / 年</span>
</span>
<hr />
<span className="pricing__anim pricing__anim--1">
{/* <span className="pricing__currency">¥</span>80 */}
</span>
<span className="pricing__anim pricing__anim--2">
{/* <span className="pricing__period">/ 月</span> */}
</span>
</div>
<ul className="pricing__feature-list">
<li className="pricing__feature">
Expand Down Expand Up @@ -90,6 +98,13 @@ function Pricing() {
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 年</span>
</span>
<hr />
<span className="pricing__anim pricing__anim--1">
<span className="pricing__currency"></span>100
</span>
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 月</span>
</span>
</div>
<ul className="pricing__feature-list">
<li className="pricing__feature">
Expand Down Expand Up @@ -128,6 +143,13 @@ function Pricing() {
</span>
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 年</span>
</span>{" "}
<hr />
<span className="pricing__anim pricing__anim--1">
<span className="pricing__currency"></span>300
</span>
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 月</span>
</span>
</div>
<ul className="pricing__feature-list">
Expand Down Expand Up @@ -168,6 +190,13 @@ function Pricing() {
</span>
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 年</span>
</span>{" "}
<hr />
<span className="pricing__anim pricing__anim--1">
<span className="pricing__currency"></span>900
</span>
<span className="pricing__anim pricing__anim--2">
<span className="pricing__period">/ 月</span>
</span>
</div>
<ul className="pricing__feature-list">
Expand Down
7 changes: 7 additions & 0 deletions site/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,10 @@ import { Callout } from "nextra/components";
转账完成后请截图发送至 [email protected] ,并写明注册邮箱,我们将在一个工作日内开通对应服务。

---

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

需要月付的客户请联系 QQ 客服 34731408,月付价格为年付价格 / 8。如标准版当前价格为 800 元每年,则月付价格为 100 元每月。
月付客户需累计支付满 500 元后才能开具发票。

---

0 comments on commit 13ea4f8

Please sign in to comment.