From 2f0120d0c10ac24603936911ee5812d4e71d2740 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期二, 03 十二月 2024 15:07:39 +0800
Subject: [PATCH] 叠托机组空托盘跺

---
 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