diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-06 22:17:12 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-06 22:17:12 +0300 |
| commit | 2c7c6c260a86039387864cc5764a13d5cdb93949 (patch) | |
| tree | 3f88d965bc9d2517aa0a270e528b91196078e38d /web/assets | |
| parent | b8c3555b09d716d877b69b477a7f390e8acbc9af (diff) | |
default setting
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/setting.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 9f745ae8..607fd069 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -9,8 +9,8 @@ class AllSetting { this.webBasePath = "/"; this.sessionMaxAge = 0; this.pageSize = 50; - this.expireDiff = ""; - this.trafficDiff = ""; + this.expireDiff = 0; + this.trafficDiff = 0; this.remarkModel = "-ieo"; this.datepicker = "gregorian"; this.tgBotEnable = false; @@ -19,8 +19,8 @@ class AllSetting { this.tgBotChatId = ""; this.tgRunTime = "@daily"; this.tgBotBackup = false; - this.tgBotLoginNotify = false; - this.tgCpu = ""; + this.tgBotLoginNotify = true; + this.tgCpu = 80; this.tgLang = "en-US"; this.xrayTemplateConfig = ""; this.secretEnable = false; @@ -32,9 +32,9 @@ class AllSetting { this.subDomain = ""; this.subCertFile = ""; this.subKeyFile = ""; - this.subUpdates = 0; + this.subUpdates = 12; this.subEncrypt = true; - this.subShowInfo = false; + this.subShowInfo = true; this.subURI = ""; this.subJsonURI = ""; this.subJsonFragment = ""; |
