diff --git a/frontend/components/account/AccountCenter.tsx b/frontend/components/account/AccountCenter.tsx index 442d885d..e1e854f0 100644 --- a/frontend/components/account/AccountCenter.tsx +++ b/frontend/components/account/AccountCenter.tsx @@ -240,6 +240,7 @@ const TELEGRAM_GROUP_URL = String( const TELEGRAM_BOT_URL = String( process.env.NEXT_PUBLIC_TELEGRAM_BOT_URL || "https://t.me/WeatherQuant_bot", ).trim(); +const TELEGRAM_TOPICS_GROUP_URL = "https://t.me/+8vel7rwjZagxODUx"; const SUBSCRIPTION_HELP_HREF = "/subscription-help"; const PAYMENT_RECOVERY_STORAGE_KEY = "polyweather:lastPaymentRecovery"; const PAYMENT_RECOVERY_TTL_MS = 6 * 60 * 60 * 1000; @@ -736,6 +737,7 @@ export function AccountCenter() { ? "Open Bot (@WeatherQuant_bot)" : "打开机器人 (@WeatherQuant_bot)", telegramGroupLink: isEn ? "Join Telegram Group" : "加入 Telegram 群组", + telegramTopicsGroupLink: isEn ? "City Topics Group (Pro)" : "城市话题群 (Pro)", copyCommand: isEn ? "Copy command" : "复制命令", paymentMgmt: isEn ? "Payment Management" : "支付管理", paymentToken: isEn ? "Payment Token" : "支付币种", @@ -2987,6 +2989,17 @@ export function AccountCenter() { ) : null} + {TELEGRAM_TOPICS_GROUP_URL ? ( + + {copy.telegramTopicsGroupLink} + + + ) : null} {TELEGRAM_GROUP_URL ? (