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:
authorDanil S. <135337715+sh1shd@users.noreply.github.com>2026-01-27 01:06:01 +0300
committerGitHub <noreply@github.com>2026-01-27 01:06:01 +0300
commitfd5f5917378129d7a555a246d42a2a572476b948 (patch)
treef155bce5721c3d52840548192e3c683bbd193451 /web/assets
parent8a4c9a98cbf8efce7c2efd1e3daa4c996830b30c (diff)
feat: more subscription information fields (#3701)
* feat: more subscription information fields * fix: incorrect translation * feat: implement field for Happ custom routing rules
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/setting.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index 53ffae1a..af80a63e 100644
--- a/web/assets/js/model/setting.js
+++ b/web/assets/js/model/setting.js
@@ -29,6 +29,11 @@ class AllSetting {
this.subEnable = true;
this.subJsonEnable = false;
this.subTitle = "";
+ this.subSupportUrl = "";
+ this.subProfileUrl = "";
+ this.subAnnounce = "";
+ this.subEnableRouting = true;
+ this.subRoutingRules = "";
this.subListen = "";
this.subPort = 2096;
this.subPath = "/sub/";