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

@@ -135,7 +135,7 @@ const SettingClash = ({ onError }: Props) => {
disabled={enable_random_port}
autoComplete="off"
size="small"
value={verge_mixed_port ?? 7890}
value={verge_mixed_port ?? 7897}
sx={{ width: 100, input: { py: "7.5px", cursor: "pointer" } }}
onClick={(e) => {
portRef.current?.open();