mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
change timerses
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||
<title>Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-C85Tgudp.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BhkoVBkE.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BcnYeuah.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
import { useCallback, useEffect, useRef } from 'react';
|
||||
import CardFrame from '../CardFrame/index.jsx';
|
||||
|
||||
const CLOSE_AFTER_VIDEO_END_MS = 10000;
|
||||
const CLOSE_IF_VIDEO_NEVER_PLAYS_MS = 20000;
|
||||
const CLOSE_AFTER_VIDEO_END_MS = 5000;
|
||||
const CLOSE_IF_VIDEO_NEVER_PLAYS_MS = 10000;
|
||||
|
||||
function normalizeUrl(value) {
|
||||
const text = String(value || '').trim();
|
||||
|
||||
Reference in New Issue
Block a user