Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/subscription.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/web/html/subscription.html b/web/html/subscription.html
index 1178371f..c9cf241f 100644
--- a/web/html/subscription.html
+++ b/web/html/subscription.html
@@ -235,14 +235,15 @@
<a-menu-item key="ios-shadowrocket"
@click="open(shadowrocketUrl)">Shadowrocket</a-menu-item>
<a-menu-item key="ios-v2box"
- @click="open('v2box://install-sub?url=' + encodeURIComponent(app.subUrl) + '&name=' + encodeURIComponent(app.sId))">V2Box</a-menu-item>
+ @click="open(v2boxUrl)">V2Box</a-menu-item>
<a-menu-item key="ios-streisand"
- @click="open('streisand://import/' + encodeURIComponent(app.subUrl))">Streisand</a-menu-item>
+ @click="open(streisandUrl)">Streisand</a-menu-item>
<a-menu-item key="ios-v2raytun"
- @click="copy(app.subUrl)">V2RayTun</a-menu-item>
+ @click="copy(v2raytunUrl)">V2RayTun</a-menu-item>
<a-menu-item key="ios-npvtunnel"
- @click="copy(app.subUrl)">NPV
- Tunnel</a-menu-item>
+ @click="copy(npvtunUrl)">NPV
+ Tunnel
+ </a-menu-item>
</a-menu>
</a-dropdown>
</a-col>