mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
show id in proxy edit page
This commit is contained in:
parent
720f842d4b
commit
b5c0b4d895
@ -115,13 +115,13 @@
|
||||
<script>
|
||||
var arr = []
|
||||
arr["all"] = ["port", "target", "password", "local_path", "strip_pre", "local_proxy"]
|
||||
arr["tcp"] = ["port", "target", "local_proxy"]
|
||||
arr["udp"] = ["port", "target", "local_proxy"]
|
||||
arr["socks5"] = ["port"]
|
||||
arr["httpProxy"] = ["port"]
|
||||
arr["secret"] = ["target", "password"]
|
||||
arr["p2p"] = ["target", "password"]
|
||||
arr["file"] = ["port", "local_path", "strip_pre"]
|
||||
arr["tcp"] = ["client_id", "port", "target", "local_proxy"]
|
||||
arr["udp"] = ["client_id", "port", "target", "local_proxy"]
|
||||
arr["socks5"] = ["client_id", "port"]
|
||||
arr["httpProxy"] = ["client_id", "port"]
|
||||
arr["secret"] = ["client_id", "target", "password"]
|
||||
arr["p2p"] = ["client_id", "target", "password"]
|
||||
arr["file"] = ["client_id", "port", "local_path", "strip_pre"]
|
||||
|
||||
function resetForm() {
|
||||
$(".form-group[id]").css("display", "none");
|
||||
|
Loading…
x
Reference in New Issue
Block a user