chore: change default port to 7897

This commit is contained in:
MystiPanda
2023-12-07 14:52:14 +08:00
parent 132d91c2ab
commit 73be027951
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();