Revert "chore: change default test url"

This reverts commit a7cf968d04.
This commit is contained in:
wonfen
2024-06-03 08:25:06 +08:00
parent a1996768f1
commit a2d8c894fe
3 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
spellCheck="false"
sx={{ width: 250 }}
value={values.defaultLatencyTest}
placeholder="http://www.apple.com/library/test/success.html"
placeholder="http://1.1.1.1"
onChange={(e) =>
setValues((v) => ({ ...v, defaultLatencyTest: e.target.value }))
}