From 249aeb0dc23e11cb5e4cd3d5493dbd8eeb88978b Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sun, 26 Oct 2025 01:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=87=E9=95=BF=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RelayStationManager.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/RelayStationManager.tsx b/src/components/RelayStationManager.tsx index 18267df..8cf16ed 100644 --- a/src/components/RelayStationManager.tsx +++ b/src/components/RelayStationManager.tsx @@ -653,12 +653,21 @@ const RelayStationManager: React.FC = ({ onBack }) =>
{t('relayStation.configPreview')}
+
+ API URL: + + {currentConfig.api_url || t('relayStation.notConfigured')} + +
API Token: {currentConfig.api_token ? truncateMiddle(maskToken(currentConfig.api_token), 40) : t('relayStation.notConfigured')}
+
+ {t('relayStation.configLocation')}: ~/.claude/settings.json +