From d2b27b10209b678095d100a6e5ca45810d78271a Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 22 Mar 2026 20:24:48 +0800 Subject: [PATCH] Add manual payment support note to account page --- frontend/components/account/AccountCenter.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/components/account/AccountCenter.tsx b/frontend/components/account/AccountCenter.tsx index 5e80be39..59cafece 100644 --- a/frontend/components/account/AccountCenter.tsx +++ b/frontend/components/account/AccountCenter.tsx @@ -681,6 +681,9 @@ export function AccountCenter() { telegramHint: isEn ? "Send the command below to the polyweather bot to sync notifications and access." : "将下方命令发送给polyweather机器人,实现全平台气象查询与权限同步。", + paymentManualSupport: isEn + ? "If payment succeeds but Pro is still not activated, email yhrsc30@gmail.com. This project is currently maintained by one developer, so manual recovery may be needed in edge cases." + : "如果付款成功后 Pro 仍未开通,请发邮件到 yhrsc30@gmail.com。当前项目由我一人维护,极少数边缘情况可能需要人工补开。", telegramBotLink: isEn ? "Open Bot (@WeatherQuant_bot)" : "打开机器人 (@WeatherQuant_bot)", @@ -2534,6 +2537,9 @@ export function AccountCenter() { {copied ? : } +
+ {copy.paymentManualSupport} +