diff --git a/backend/package.json b/backend/package.json index 6e8cec5..d810520 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.323", + "version": "2.14.324", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/core/proxy-utils/parsers/index.js b/backend/src/core/proxy-utils/parsers/index.js index 7767537..a3d71d2 100644 --- a/backend/src/core/proxy-utils/parsers/index.js +++ b/backend/src/core/proxy-utils/parsers/index.js @@ -340,6 +340,8 @@ function URI_VMess() { transportPath = Array.isArray(transportPath) ? transportPath[0] : transportPath; + } else { + transportPath = '/'; } } if (transportPath || transportHost) {