feat: custom subscription title in panel (#2773)

* feat: custom subscription title in panel

* feat: added translations
This commit is contained in:
Ilya Afanasov
2025-03-15 10:16:59 +03:00
committed by GitHub
parent cac00224db
commit d30cdbf49a
19 changed files with 56 additions and 3 deletions

View File

@@ -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"`