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
@@ -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",