Merge pull request #55 from alireza0:34-telegram-new-features

34-telegram-new-features
This commit is contained in:
Alireza Ahmadi
2023-03-10 14:22:21 +01:00
committed by GitHub
15 changed files with 677 additions and 276 deletions

View File

@@ -172,8 +172,12 @@ class AllSetting {
this.webBasePath = "/";
this.tgBotEnable = false;
this.tgBotToken = "";
this.tgBotChatId = 0;
this.tgRunTime = "";
this.tgBotChatId = "";
this.tgRunTime = "@daily";
this.tgBotBackup = false;
this.tgExpireDiff = "";
this.tgTrafficDiff = "";
this.tgCpu = "";
this.xrayTemplateConfig = "";
this.timeLocation = "Asia/Tehran";