Modify【Default Port】:Panel --->> 13688, Sub --->> 13788

This commit is contained in:
心隨緣動 2025-09-14 16:16:15 +08:00 committed by GitHub
parent a287a20f18
commit 44d1a28de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ class AllSetting {
constructor(data) {
this.webListen = "";
this.webDomain = "";
this.webPort = 2053;
this.webPort = 13688;
this.webCertFile = "";
this.webKeyFile = "";
this.webBasePath = "/";
@ -29,7 +29,7 @@ class AllSetting {
this.subEnable = false;
this.subTitle = "";
this.subListen = "";
this.subPort = 2096;
this.subPort = 13788;
this.subPath = "/sub/";
this.subJsonPath = "/json/";
this.subDomain = "";