Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-17 14:37:49 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-17 14:37:49 +0300
commit6b23b416a788aedeacd75e445f8b1a919c2cf5c8 (patch)
tree197e6eb293fa83c1bec6ee9acbdfdf7b6a61060c /web/entity
parent16f53ce4c2c67997e94dd39483487eb64eac5e25 (diff)
minor changes
Diffstat (limited to 'web/entity')
-rw-r--r--web/entity/entity.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index 889c9024..844a7ce0 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -2,10 +2,10 @@ package entity
import (
"crypto/tls"
+ "math"
"net"
"strings"
"time"
- "math"
"x-ui/util/common"
)
@@ -39,8 +39,8 @@ type AllSetting struct {
TgCpu int `json:"tgCpu" form:"tgCpu"`
TgLang string `json:"tgLang" form:"tgLang"`
TimeLocation string `json:"timeLocation" form:"timeLocation"`
- TwoFactorEnable bool `json:"twoFactorEnable" form:"twoFactorEnable"`
- TwoFactorToken string `json:"twoFactorToken" form:"twoFactorToken"`
+ TwoFactorEnable bool `json:"twoFactorEnable" form:"twoFactorEnable"`
+ TwoFactorToken string `json:"twoFactorToken" form:"twoFactorToken"`
SubEnable bool `json:"subEnable" form:"subEnable"`
SubTitle string `json:"subTitle" form:"subTitle"`
SubListen string `json:"subListen" form:"subListen"`