From f427a0046ee74cdf6c59db2d29db1955eff8994c Mon Sep 17 00:00:00 2001 From: Ehco1996 Date: Sat, 2 Mar 2024 09:10:44 +0800 Subject: [PATCH] *: fix sub link generate --- templates/web/user_info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/user_info.html b/templates/web/user_info.html index 25c3cebc98..feea59dd1e 100644 --- a/templates/web/user_info.html +++ b/templates/web/user_info.html @@ -364,7 +364,7 @@

根据您的客户端一键选择

// gen sublink url = new URL(subInput.value) - url.searchParams.set($(this).data("query"), $(this).data("display")) + url.searchParams.set("client", $(this).data("display")) subInput.value = url.toString() });