From d30cdbf49a7443a62f599d4f91a4f1ebceb1c666 Mon Sep 17 00:00:00 2001 From: Ilya Afanasov Date: Sat, 15 Mar 2025 10:16:59 +0300 Subject: feat: custom subscription title in panel (#2773) * feat: custom subscription title in panel * feat: added translations --- web/entity/entity.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/entity') diff --git a/web/entity/entity.go b/web/entity/entity.go index 02d19701..872901b8 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -40,6 +40,7 @@ type AllSetting struct { TimeLocation string `json:"timeLocation" form:"timeLocation"` SecretEnable bool `json:"secretEnable" form:"secretEnable"` SubEnable bool `json:"subEnable" form:"subEnable"` + SubTitle string `json:"subTitle" form:"subTitle"` SubListen string `json:"subListen" form:"subListen"` SubPort int `json:"subPort" form:"subPort"` SubPath string `json:"subPath" form:"subPath"` -- cgit v1.2.3