chore: change default port to 7897

This commit is contained in:
wonfen
2023-12-06 03:37:16 +08:00
parent 3465b79e5b
commit 4ec73ef1c3
6 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ export const ClashPortViewer = forwardRef<DialogRef>((props, ref) => {
const [open, setOpen] = useState(false);
const [port, setPort] = useState(
verge?.verge_mixed_port ?? clashInfo?.port ?? 7890
verge?.verge_mixed_port ?? clashInfo?.port ?? 7897
);
useImperativeHandle(ref, () => ({