From 2a1c2eb9dfe65ddf88376355f22048687481d7e1 Mon Sep 17 00:00:00 2001 From: xream Date: Tue, 9 Apr 2024 13:48:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=84=E7=90=86=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=93=AA=E5=90=92=E6=8E=A2=E9=92=88=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E5=93=8D=E5=BA=94=E7=9A=84=20Uptime=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 2 +- backend/src/restful/download.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index 00f4305..2d032b1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.279", + "version": "2.14.280", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/restful/download.js b/backend/src/restful/download.js index a90dc83..f55a1f7 100644 --- a/backend/src/restful/download.js +++ b/backend/src/restful/download.js @@ -387,7 +387,7 @@ function nezhaTransform(output) { NetOutTransfer: 0, NetInSpeed: 0, NetOutSpeed: 0, - Uptime: 0, + Uptime: parseInt(proxy._uptime ?? index, 10), Load1: 0, Load5: 0, Load15: 0,