From 2a87979b221ab3e1436a08d0dae1f8cb7293a86f Mon Sep 17 00:00:00 2001 From: temp <245646299@qq.com> Date: Mon, 8 May 2023 17:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/components/layout/navbar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/components/layout/navbar/index.js b/web/static/components/layout/navbar/index.js index 71c457ac..619c27b6 100644 --- a/web/static/components/layout/navbar/index.js +++ b/web/static/components/layout/navbar/index.js @@ -74,7 +74,7 @@ export class LayoutNavbar extends CustomElement { // 检查更新 if (this.layout_userlevel > 1 && this.layout_useradmin === "1") { - this._check_new_version(); + // this._check_new_version(); } }