From 6e2baa14adf5d3bc705805d2ceee1bc8d1ed0f31 Mon Sep 17 00:00:00 2001
From: "2569718930@qq.com" <2569718930@qq.com>
Date: Tue, 19 May 2026 17:15:16 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E6=88=B7=E9=A1=B5=E4=BB=98=E8=B4=B9?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E6=96=B0=E5=A2=9E=E5=9F=8E=E5=B8=82=E8=AF=9D?=
=?UTF-8?q?=E9=A2=98=E7=BE=A4=E5=85=A5=E5=8F=A3=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/components/account/AccountCenter.tsx | 13 +++++++++++++
1 file changed, 13 insertions(+)
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 ? (