chore: change default port to 7897

This commit is contained in:
wonfen
2023-12-06 03:37:16 +08:00
parent cb711b7758
commit 55835785c0
6 changed files with 16 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ export const WebUIViewer = forwardRef<DialogRef>((props, ref) => {
.slice(clashInfo.server.indexOf(":") + 1)
.trim();
url = url.replaceAll("%port", port || "9090");
url = url.replaceAll("%port", port || "9097");
url = url.replaceAll(
"%secret",
encodeURIComponent(clashInfo.secret || "")