From 571f4834552e370500080943d16cf32e3bb0a86e Mon Sep 17 00:00:00 2001 From: bingshuo Date: Mon, 25 May 2026 23:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=A1=B5=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=8E=A5=E5=85=A5:=20YY-SV-001=20=E7=A1=85=E8=B0=B7=20+=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - server.js: YY-SV-001 key更新为zy_gtw_7064..., spec修正为2核4G60G - heartbeat-agent: 新增之之2台+页页1台, 共12台服务器 --- _deploy/console-server/heartbeat-agent.js | 3 +++ _deploy/console-server/server.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_deploy/console-server/heartbeat-agent.js b/_deploy/console-server/heartbeat-agent.js index 35195ef..b900370 100644 --- a/_deploy/console-server/heartbeat-agent.js +++ b/_deploy/console-server/heartbeat-agent.js @@ -21,6 +21,9 @@ const SERVERS = [ { code: "AW-GZ-001", name: "企业主服务器 · 广州", ip: "43.139.251.175", key: "zy_gtw_cab20e8c1b957aaad7507bf542231521bba30665461aa540", port: 3910, spec: { cpu: 4, mem_gb: 16, disk_gb: 80 } }, { code: "AW-SH-002", name: "企业灾备 · 上海", ip: "124.222.54.198", key: "zy_gtw_242f1dd3b14c1260fb01196083abde3dcb85e53532d27666", port: 3910, spec: { cpu: 4, mem_gb: 4, disk_gb: 40 } }, { code: "AW-GZ-003", name: "企业灾备 · 广州", ip: "119.29.181.132", key: "zy_gtw_8c9a8b439af823690ae6ad57f52734771ff39493ab986032", port: 3910, spec: { cpu: 2, mem_gb: 8, disk_gb: 50 } }, + { code: "ZZ-SV-001", name: "之之 · 硅谷", ip: "43.173.121.48", key: "zy_gtw_06151d40b1313956b069f3c13d0c1b8a70405ae201f5e7b2", port: 3910, spec: { cpu: 2, mem_gb: 4, disk_gb: 59 } }, + { code: "ZZ-GZ-001", name: "之之 · 广州", ip: "193.112.126.174", key: "zy_gtw_77c779183284bf39d58080b4f5377d74ec6abc0f1f2218d6", port: 3910, spec: { cpu: 2, mem_gb: 2, disk_gb: 50 } }, + { code: "YY-SV-001", name: "页页 · 硅谷", ip: "43.153.118.46", key: "zy_gtw_706430821f334302ca50d341ffe3ccc046513bbfe7f56aa3", port: 3910, spec: { cpu: 2, mem_gb: 4, disk_gb: 60 } }, ]; // 心跳数据存储 diff --git a/_deploy/console-server/server.js b/_deploy/console-server/server.js index 0804d83..0659857 100644 --- a/_deploy/console-server/server.js +++ b/_deploy/console-server/server.js @@ -29,7 +29,7 @@ const SERVERS = [ { code: "AW-GZ-003", name: "企业灾备 · 广州", ip: "119.29.181.132", key: "zy_gtw_8c9a8b439af823690ae6ad57f52734771ff39493ab986032", port: 3910, spec: { cpu: 2, mem_gb: 8, disk_gb: 50 } }, { code: "ZZ-SV-001", name: "之之 · 硅谷", ip: "43.173.121.48", key: "zy_gtw_06151d40b1313956b069f3c13d0c1b8a70405ae201f5e7b2", port: 3910, spec: { cpu: 2, mem_gb: 4, disk_gb: 59 } }, { code: "ZZ-GZ-001", name: "之之 · 广州", ip: "193.112.126.174", key: "zy_gtw_77c779183284bf39d58080b4f5377d74ec6abc0f1f2218d6", port: 3910, spec: { cpu: 2, mem_gb: 2, disk_gb: 50 } }, - { code: "YY-SV-001", name: "页页 · 硅谷", ip: "43.153.118.46", key: "zy_gtw_a999f5a7775fd9844016ae2b590ebd48cf41479964bc5965", port: 3910, spec: { cpu: 2, mem_gb: 2, disk_gb: 50 } }, + { code: "YY-SV-001", name: "页页 · 硅谷", ip: "43.153.118.46", key: "zy_gtw_706430821f334302ca50d341ffe3ccc046513bbfe7f56aa3", port: 3910, spec: { cpu: 2, mem_gb: 4, disk_gb: 60 } }, ]; const tempKeys = {};