chore: Replace test URL to support iPv4&iPv6 (#2033)

This commit is contained in:
Christine.
2024-11-18 00:20:21 +08:00
committed by GitHub
parent ae181f6835
commit a59fda512c
3 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
spellCheck="false"
sx={{ width: 250, marginLeft: "auto" }}
value={values.defaultLatencyTest}
placeholder="https://www.gstatic.com/generate_204"
placeholder="https://cp.cloudflare.com/generate_204"
onChange={(e) =>
setValues((v) => ({ ...v, defaultLatencyTest: e.target.value }))
}