mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 11:28:59 +08:00
chore: 处理订阅输出哪吒探针兼容响应的 Uptime 字段
This commit is contained in:
parent
6217c2e5cd
commit
2a1c2eb9df
@ -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": {
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user