Skip to content

Commit

Permalink
Support for more client types.
Browse files Browse the repository at this point in the history
  • Loading branch information
CareyWang authored Apr 8, 2024
1 parent 6428d8a commit 42092c2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,20 +196,21 @@ export default {
options: {
clientTypes: {
Clash: "clash",
Surge3: "surge&ver=3",
Surge4: "surge&ver=4",
Surge: "surge",
Quantumult: "quan",
QuantumultX: "quanx",
Mellow: "mellow",
Surfboard: "surfboard",
Loon: "loon",
SSAndroid: "sssub",
V2Ray: "v2ray",
singbox: "singbox",
ss: "ss",
ssr: "ssr",
ssd: "ssd",
ClashR: "clashr",
Surge2: "surge&ver=2",
},
sssub: "sssub",
ssr: "ssr",
ClashR: "clashr",
V2Ray: "v2ray",
Trojan: "trojan",
}
backendOptions: [{ value: "http://127.0.0.1:25500/sub?" }],
remoteConfig: [
{
Expand Down

0 comments on commit 42092c2

Please sign in to comment.