mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-14 00:43:16 +08:00
Removed redudant comma
This commit is contained in:
parent
5be7f2e1ea
commit
afa88a79a9
@ -1670,7 +1670,7 @@ function QX_Producer() {
|
|||||||
proxy.cipher
|
proxy.cipher
|
||||||
},password=${proxy.password}${obfs_opts}${
|
},password=${proxy.password}${obfs_opts}${
|
||||||
proxy.tfo ? ",fast-open=true" : ",fast-open=false"
|
proxy.tfo ? ",fast-open=true" : ",fast-open=false"
|
||||||
}${proxy.udp ? ",udp-relay=true" : ",udp-relay=false"}, tag=${
|
}${proxy.udp ? ",udp-relay=true" : ",udp-relay=false"},tag=${
|
||||||
proxy.name
|
proxy.name
|
||||||
}`;
|
}`;
|
||||||
case "ssr":
|
case "ssr":
|
||||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user