feat: change default latency test url

This commit is contained in:
GyDi
2022-11-11 01:24:18 +08:00
parent 0bb1790206
commit 8c8171e774
2 changed files with 11 additions and 2 deletions

View File

@@ -81,6 +81,9 @@ const MiscViewer = ({ handler }: Props) => {
<TextField
size="small"
autoComplete="off"
autoCorrect="off"
autoCapitalize="off"
spellCheck="false"
sx={{ width: 200 }}
value={values.defaultLatencyTest}
placeholder="http://www.gstatic.com/generate_204"