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

@@ -26,6 +26,7 @@ class AllSetting {
this.xrayTemplateConfig = "";
this.secretEnable = false;
this.subEnable = false;
this.subTitle = "";
this.subListen = "";
this.subPort = 2096;
this.subPath = "/sub/";