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:
authorHarry NG <90631770+harryngne@users.noreply.github.com>2025-09-17 18:43:09 +0300
committerGitHub <noreply@github.com>2025-09-17 18:43:09 +0300
commit0a58b5e745f5a4eb279e4584b1d4e32a08a243ee (patch)
tree4583e82787438f14a8b47e4cab750900b77e7896 /web/html
parentdb7e7dcd2956722a7c39306d59be55f4bc0c1a42 (diff)
Fix: Shadowrocket link using base64 encoding (#3489)
Diffstat (limited to 'web/html')
-rw-r--r--web/html/subscription.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/subscription.html b/web/html/subscription.html
index aad9ec0d..1178371f 100644
--- a/web/html/subscription.html
+++ b/web/html/subscription.html
@@ -233,7 +233,7 @@
<a-menu slot="overlay"
:class="themeSwitcher.currentTheme">
<a-menu-item key="ios-shadowrocket"
- @click="open('shadowrocket://add/subscription?url=' + encodeURIComponent(app.subUrl) + '&remark=' + encodeURIComponent(app.sId))">Shadowrocket</a-menu-item>
+ @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>
<a-menu-item key="ios-streisand"