From f42e607f9309c06394c6c46bfdc354ddd5195d51 Mon Sep 17 00:00:00 2001 From: liudl <673013083@qq.com> Date: 星期四, 16 一月 2025 08:31:25 +0800 Subject: [PATCH] Merge branch 'Liudl' --- 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