From 0ed1053a9727cbe5d98af0f5afc6e2afe8291da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=A0=E6=AA=AC=E5=86=B2=E6=B0=B4?= <10424920+ningmengchongshui@user.noreply.gitee.com> Date: Mon, 24 Jun 2024 05:18:33 +0000 Subject: [PATCH] =?UTF-8?q?!36=20fix:=20=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20*=20fix:=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/update.js b/apps/update.js index 9313200..4d657ac 100644 --- a/apps/update.js +++ b/apps/update.js @@ -3,7 +3,7 @@ import { common } from "../model/index.js" let Update = null try { Update = (await import("../../other/update.js").catch(e => null))?.update - Update ||= (await import("../../system-plugin/apps/update.ts")).update + Update ||= (await import("../../system/apps/update.ts")).update } catch (e) { logger.error("[yenai-plugin]未获取到更新js #椰奶更新 将无法使用") }