mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 23:36:18 +00:00
Update models.js
This commit is contained in:
parent
e93e4bd613
commit
2e0dd65f3a
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ class AllSetting {
|
|||
this.subEncrypt = true;
|
||||
this.subShowInfo = true;
|
||||
|
||||
this.timeLocation = "Asia/Tehran";
|
||||
this.timeLocation = "Asia/Ho_Chi_Minh";
|
||||
|
||||
if (data == null) {
|
||||
return
|
||||
|
@ -208,4 +208,4 @@ class AllSetting {
|
|||
equals(other) {
|
||||
return ObjectUtil.equals(this, other);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue