Revert "chore: change default port to 7897"

This reverts commit 4ec73ef1c3.
This commit is contained in:
MystiPanda
2023-12-07 13:32:49 +08:00
parent 4ec73ef1c3
commit c8a508f35c
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 ?? 7897}
value={verge_mixed_port ?? 7890}
sx={{ width: 100, input: { py: "7.5px", cursor: "pointer" } }}
onClick={(e) => {
portRef.current?.open();