From 7b45152606e9071acda875ee35bf63bf7681dcf7 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sun, 26 Oct 2025 01:30: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 deletions(-) diff --git a/src/components/RelayStationManager.tsx b/src/components/RelayStationManager.tsx index fc40512..18267df 100644 --- a/src/components/RelayStationManager.tsx +++ b/src/components/RelayStationManager.tsx @@ -653,21 +653,12 @@ const RelayStationManager: React.FC = ({ onBack }) =>
{t('relayStation.configPreview')}
-
- API URL: - - {currentConfig.api_url ? truncateMiddle(currentConfig.api_url, 50) : t('relayStation.notConfigured')} - -
API Token: {currentConfig.api_token ? truncateMiddle(maskToken(currentConfig.api_token), 40) : t('relayStation.notConfigured')}
-
- {t('relayStation.configLocation')}: ~/.claude/settings.json -