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:
authorAAA <theakhgar@gmail.com>2025-02-22 12:45:14 +0300
committerGitHub <noreply@github.com>2025-02-22 12:45:14 +0300
commit1bbf31df9f61d92c5343e7867567171b6655c4de (patch)
tree02d4b2c02a94a146e53d90e38e052df99dd4052c /web/assets
parent49bfff9fa5a6acb50c8f51710a3e4005daf0ca32 (diff)
feat(externalTrafficJob): External Traffic Inform (#2660)
* Add Setting entity + GUI field in panel settings * Add a missing 'Traffic' in InformEnabale field * Add ExternalTrafficURL Post request call * Add translation + cleanup * Move options to General tab --------- Co-authored-by: root <root@vm3562019.stark-industries.solutions> Co-authored-by: root <root@vm3688062.stark-industries.solutions>
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/setting.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index 8e010598..4c15f420 100644
--- a/web/assets/js/model/setting.js
+++ b/web/assets/js/model/setting.js
@@ -31,6 +31,8 @@ class AllSetting {
this.subPath = "/sub/";
this.subJsonPath = "/json/";
this.subDomain = "";
+ this.externalTrafficInformEnable = false;
+ this.externalTrafficInformURI = "";
this.subCertFile = "";
this.subKeyFile = "";
this.subUpdates = 12;