time Location - local

This commit is contained in:
mhsanaei 2025-01-11 15:13:49 +01:00
parent a4c38ec8ae
commit 783f1a073e
No known key found for this signature in database
GPG Key ID: D875CD086CF668A0
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class AllSetting {
this.subJsonMux = "";
this.subJsonRules = "";
this.timeLocation = "Asia/Tehran";
this.timeLocation = "Local";
if (data == null) {
return

View File

@ -37,7 +37,7 @@ var defaultValueMap = map[string]string{
"expireDiff": "0",
"trafficDiff": "0",
"remarkModel": "-ieo",
"timeLocation": "Asia/Tehran",
"timeLocation": "Local",
"tgBotEnable": "false",
"tgBotToken": "",
"tgBotProxy": "",