From d111a4b95c191cdd34eb84bf899496b62ce5ba23 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 13 Feb 2023 10:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9B=91=E8=A7=86=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=B0=83=E6=95=B4=E4=B8=BA30s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 32 ++++++++++++++++---------------- ui/lib/js/observer.js | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index 6faf9027..d81c3251 100644 --- a/public/index.html +++ b/public/index.html @@ -1,19 +1,19 @@ - - - - - - web端应用库-展示页面 - - - - - -
- - + + + + + + web端应用库-展示页面 + + + + + +
+ + diff --git a/ui/lib/js/observer.js b/ui/lib/js/observer.js index b90e9bd7..78b2ea53 100644 --- a/ui/lib/js/observer.js +++ b/ui/lib/js/observer.js @@ -34,7 +34,7 @@ class Observer { this.pending = [] } }) - }, 5000) + }, 30000) } }