diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-10 17:06:42 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-10 17:17:10 +0300 |
| commit | e1da2a2eedd0436296fba7e5a214ed9a347a1ef3 (patch) | |
| tree | dace9ffcd6c046df112722aa4d1e493e70ee42f6 /web/assets/js | |
| parent | 848e549c0cdff9b21991e9bd2f6534f59b7a6b5b (diff) | |
small fixes #1300
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/model/setting.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 61b7b532..86bea983 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -3,7 +3,7 @@ class AllSetting { constructor(data) { this.webListen = ""; this.webDomain = ""; - this.webPort = 54321; + this.webPort = 2053; this.webCertFile = ""; this.webKeyFile = ""; this.webBasePath = "/"; @@ -19,7 +19,9 @@ class AllSetting { this.tgBotBackup = false; this.tgBotLoginNotify = false; this.tgCpu = ""; - this.tgLang = ""; + this.tgLang = "en-US"; + this.xrayTemplateConfig = ""; + this.secretEnable = false; this.subEnable = false; this.subListen = ""; this.subPort = "2096"; |
