-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pricing information and FAQ page
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,3 +150,10 @@ import { Callout } from "nextra/components"; | |
转账完成后请截图发送至 [email protected] ,并写明注册邮箱,我们将在一个工作日内开通对应服务。 | ||
|
||
--- | ||
|
||
#### 可以按月付款吗? | ||
|
||
需要月付的客户请联系 QQ 客服 34731408,月付价格为年付价格 / 8。如标准版当前价格为 800 元每年,则月付价格为 100 元每月。 | ||
月付客户需累计支付满 500 元后才能开具发票。 | ||
|
||
--- |