fix: the issue of home page port being out of sync (#4271)

* synchronize port 7897

* Update UPDATELOG.md
This commit is contained in:
Dyna
2025-07-30 19:59:11 +08:00
committed by GitHub
parent 1dfba159e0
commit 5131d37d58
4 changed files with 4 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ const rules: {
},
{
name: "IN-PORT",
example: "7890",
example: "7897",
validator: (value) => portValidator(value),
},
{