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
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/assets/js
parent26c6438ec2b32529ffb85454b60f7b996fec7692 (diff)
Add Happ client export open link (#3542)
Co-authored-by: y.sivushkin <y.sivushkin@corp.101xp.com>
Diffstat (limited to 'web/assets/js')
-rw-r--r--web/assets/js/subscription.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/assets/js/subscription.js b/web/assets/js/subscription.js
index 0af95890..c7627837 100644
--- a/web/assets/js/subscription.js
+++ b/web/assets/js/subscription.js
@@ -142,7 +142,10 @@
},
npvtunUrl() {
return this.app.subUrl;
- }
+ },
+ happUrl() {
+ return `happ://add/${encodeURIComponent(this.app.subUrl)}`;
+ }
},
methods: {
renderLink,