From 462133481bf57eb08f3f60b7c228f386217dd07c Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Fri, 6 Jan 2023 01:21:28 +0800 Subject: [PATCH] update v2ray name --- libs/edge-ui/src/lib/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/edge-ui/src/lib/app.tsx b/libs/edge-ui/src/lib/app.tsx index 8ed42a4..40520f2 100644 --- a/libs/edge-ui/src/lib/app.tsx +++ b/libs/edge-ui/src/lib/app.tsx @@ -219,7 +219,7 @@ function ShareActions({ function getVlessURL() { const url = new URL(window.location.href); const uuid = url.pathname.split('/').find(uuidValidate); - return `vless://${uuid}@${url.hostname}:443?encryption=none&security=tls&type=ws#deno-vless`; + return `vless://${uuid}@${url.hostname}:443?encryption=none&security=tls&type=ws#v2ray-edge`; } return (