v2.6.5
v2.6.5
This commit is contained in:
parent
b7e451630d
commit
ec1530b17e
@ -22,7 +22,7 @@ class AllSetting {
|
|||||||
this.tgBotBackup = false;
|
this.tgBotBackup = false;
|
||||||
this.tgBotLoginNotify = true;
|
this.tgBotLoginNotify = true;
|
||||||
this.tgCpu = 80;
|
this.tgCpu = 80;
|
||||||
this.tgLang = "en-US";
|
this.tgLang = "zh-CN";
|
||||||
this.twoFactorEnable = false;
|
this.twoFactorEnable = false;
|
||||||
this.twoFactorToken = "";
|
this.twoFactorToken = "";
|
||||||
this.xrayTemplateConfig = "";
|
this.xrayTemplateConfig = "";
|
||||||
@ -58,4 +58,4 @@ class AllSetting {
|
|||||||
equals(other) {
|
equals(other) {
|
||||||
return ObjectUtil.equals(this, other);
|
return ObjectUtil.equals(this, other);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user