Skip to content

Commit

Permalink
*: fix sub link generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Mar 2, 2024
1 parent 534c8bd commit f427a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/user_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 class="subtitle">根据您的客户端一键选择</h2>

// 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()
});

Expand Down

0 comments on commit f427a00

Please sign in to comment.