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:
authorHapp-dev <mangustyura15@gmail.com>2025-09-23 17:46:45 +0300
committerGitHub <noreply@github.com>2025-09-23 17:46:45 +0300
commit8ff4e1ff316cc60d1fb408c074f6294393758f43 (patch)
treed88a36fef03e1e57cf0a1c5f346654e3cee42ed6 /web/html
parent26c6438ec2b32529ffb85454b60f7b996fec7692 (diff)
Add Happ client export open link (#3542)
Co-authored-by: y.sivushkin <y.sivushkin@corp.101xp.com>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/settings/panel/subscription/subpage.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/settings/panel/subscription/subpage.html b/web/html/settings/panel/subscription/subpage.html
index 6d56496b..670cc37b 100644
--- a/web/html/settings/panel/subscription/subpage.html
+++ b/web/html/settings/panel/subscription/subpage.html
@@ -218,6 +218,8 @@
<a-menu-item key="android-npvtunnel"
@click="copy(app.subUrl)">NPV
Tunnel</a-menu-item>
+ <a-menu-item key="android-happ"
+ @click="open('happ://add/' + encodeURIComponent(app.subUrl))">Happ</a-menu-item>
</a-menu>
</a-dropdown>
</a-col>
@@ -244,6 +246,8 @@
@click="copy(npvtunUrl)">NPV
Tunnel
</a-menu-item>
+ <a-menu-item key="ios-happ"
+ @click="open(happUrl)">Happ</a-menu-item>
</a-menu>
</a-dropdown>
</a-col>