diff --git a/v2/cancel.html b/v2/cancel.html
index 91f04a1..da6900d 100644
--- a/v2/cancel.html
+++ b/v2/cancel.html
@@ -21,7 +21,6 @@
-
@@ -564,6 +626,70 @@ label {
+
+ Customized Plan
+
+
+
+
+
+
+
+
+
+
+
Customized plan
+
$19.90/month
+
billed annually
+
+
+
+
+
+
+
@@ -703,8 +829,8 @@ window.addEventListener("load", function() {
diff --git a/v2/zh/pricing.html b/v2/zh/pricing.html
index 33159b9..5aa5524 100644
--- a/v2/zh/pricing.html
+++ b/v2/zh/pricing.html
@@ -146,6 +146,68 @@ label {
visibility: visible;
opacity: 1;
}
+
+input[type="number"] {
+ padding: 10px;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ width: 100px;
+ font-size: 16px;
+ margin-right: 10px;
+ }
+
+.slider {
+ -webkit-appearance: none;
+ width: 100%;
+ height: 15px;
+ border-radius: 5px;
+ background: #ddd;
+ outline: none;
+ opacity: 0.7;
+ -webkit-transition: .2s;
+ transition: opacity .2s;
+}
+
+.slider:hover {
+ opacity: 1;
+}
+
+.slider::-webkit-slider-thumb {
+ -webkit-appearance: none;
+ appearance: none;
+ width: 25px;
+ height: 25px;
+ border-radius: 50%;
+ background: #024eff;
+ cursor: pointer;
+}
+
+.slider::-moz-range-thumb {
+ width: 25px;
+ height: 25px;
+ border-radius: 50%;
+ background: #024eff;
+ cursor: pointer;
+}
+
+form {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ margin-bottom: 20px;
+}
+
+label {
+ margin-right: 10px;
+ font-size: 16px;
+ margin-bottom: 10px;
+}
+
+@media screen and (max-width: 991px) {
+.hide-on-mobile {
+ display: none;
+}
+}
@@ -488,7 +550,7 @@ label {
@@ -561,8 +623,72 @@ label {
+
+ 自定义版本
+
+
+
+
+
+
+
+
+
+
+
自定义
+
$19.90/月
+
按年付费,支付人民币
+
+
+
+
+
+
+
@@ -696,7 +822,7 @@ window.addEventListener("load", function() {