Unify subscription pricing to 10 USDC, update documentation, and improve manual payment address copy experience

This commit is contained in:
2569718930@qq.com
2026-05-20 09:20:07 +08:00
parent 95192e8b58
commit 9ff0685756
11 changed files with 14 additions and 11 deletions
@@ -27,8 +27,8 @@ const FAQ_ITEMS = [
{
q_zh: "当前订阅价格是多少?",
q_en: "What is the current subscription price?",
a_zh: "目前仅提供月付:5 USDC / 30 天。",
a_en: "Monthly plan only: 5 USDC / 30 days.",
a_zh: "目前仅提供月付:10 USDC / 30 天。",
a_en: "Monthly plan only: 10 USDC / 30 days.",
},
{
q_zh: "积分如何抵扣?",
@@ -55,7 +55,7 @@ export function SubscriptionHelpClient() {
? "Complete subscription rules and payment guide."
: "这里是完整的订阅规则和支付说明。你可以先在页面内绑定钱包,再直接开通 Pro。",
priceLabel: isEn ? "Price" : "订阅价格",
priceText: "5 USDC / 30 " + (isEn ? "Days" : "天"),
priceText: "10 USDC / 30 " + (isEn ? "Days" : "天"),
discountLabel: isEn ? "Points Discount" : "积分抵扣",
discountText: isEn ? "Up to 3 USDC off" : "最多抵 3U",
communityLabel: isEn ? "Community Points" : "社群积分",
@@ -2522,7 +2522,7 @@ export function AccountCenter() {
setPaymentMethodTab("manual");
setShowOverlay(false);
setPaymentInfo(
`手动转账订单已创建:请在 Polygon 网络转 ${direct.amount_usdc} ${direct.token_symbol || selectedTokenLabel}${shortAddress(direct.receiver_address)},完成后提交 tx hash。`,
`手动转账订单已创建:请在 Polygon 网络转 ${direct.amount_usdc} ${direct.token_symbol || selectedTokenLabel}${direct.receiver_address},请在下方【手动转账】面板中查看详情并复制地址,完成后提交 tx hash。`,
);
trackAppEvent("checkout_started", {
entry: "account_center_manual_transfer",