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
+1
View File
@@ -292,6 +292,7 @@ _EDITABLE_CONFIG_KEYS: dict[str, str] = {
"POLYWEATHER_PUBLIC_PRICE_USDC": "公开月费 (USDC)",
"POLYWEATHER_PAYMENT_POINTS_PER_USDC": "积分兑换汇率 (积分/USDC)",
"POLYWEATHER_PAYMENT_POINTS_MAX_DISCOUNT_USDC": "积分最高抵扣金额 (USDC)",
"POLYWEATHER_PAYMENT_DIRECT_RECEIVER_ADDRESS": "手动转账收款钱包地址",
}