From b2e6f402692bee17eb0fa2ae0ee0cf52a1f313ed Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sat, 6 Sep 2025 17:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RelayStationManager.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/RelayStationManager.tsx b/src/components/RelayStationManager.tsx index fdf6474..abcc600 100644 --- a/src/components/RelayStationManager.tsx +++ b/src/components/RelayStationManager.tsx @@ -1542,9 +1542,7 @@ const EditStationDialog: React.FC<{ } return 'https://api.packycode.com'; }); - - // 滴滴车服务的节点 - const [packycodeTaxiNode, setPackycodeTaxiNode] = useState('https://share-api.packycode.com'); + const [showSpeedTestModal, setShowSpeedTestModal] = useState(false); const [speedTestResults, setSpeedTestResults] = useState<{ url: string; name: string; responseTime: number | null; status: 'testing' | 'success' | 'failed' }[]>([]); const [speedTestInProgress, setSpeedTestInProgress] = useState(false); @@ -1874,7 +1872,7 @@ const EditStationDialog: React.FC<{ setPackycodeService('taxi'); setFormData(prev => ({ ...prev, - api_url: packycodeTaxiNode + api_url: 'https://share-api.packycode.com' })); }} >