From c41268f8e3ab6c596bcffc69663dfc55d346fc77 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Thu, 9 Jul 2026 19:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhttps=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BDhttp=E7=9A=84api=E6=9C=8D=E5=8A=A1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DreamLife_easytier/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DreamLife_easytier/app.js b/DreamLife_easytier/app.js index f6689f9..0789a40 100644 --- a/DreamLife_easytier/app.js +++ b/DreamLife_easytier/app.js @@ -10,8 +10,8 @@ class SystemMonitor { this.updateInterval = 1000; this.isOnline = false; - this.cpuApiUrl = 'https://dreamlife.indevs.in:61207/api/4/cpu'; - this.memoryApiUrl = 'https://dreamlife.indevs.in:61207/api/4/mem'; + this.cpuApiUrl = 'https://150.158.142.253/api/4/cpu'; + this.memoryApiUrl = 'https://150.158.142.253/api/4/mem'; this.init(); } @@ -227,7 +227,7 @@ async function testLatency() { try { const startTime = performance.now(); - await fetch('https://dreamlife.indevs.in:61207/api/4/cpu', { + await fetch('https://150.158.142.253/api/4/cpu', { method: 'GET', signal: AbortSignal.timeout(5000) });