From aa777daee492ba7f53d3c41f235f95c4d5505dbe Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期六, 18 一月 2025 09:20:07 +0800 Subject: [PATCH] Revert "修改抽检" --- HTML/views/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/index.html b/HTML/views/index.html index 8238ecd..13eab3b 100644 --- a/HTML/views/index.html +++ b/HTML/views/index.html @@ -139,7 +139,7 @@ var lastTime = new Date().getTime(); var currentTime = new Date().getTime(); - var timeOut = 1*5*1000; + var timeOut = 20*60*1000; $(function () { $(document).mouseover(function () { lastTime = new Date().getTime(); -- Gitblit v1.8.0