From ce82f7b313669da1fd9744d2a48d36dcbdc9c218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <3139373986@qq.com> Date: Sun, 23 Jun 2024 14:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8Dv4=E6=9C=AA?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=88=B0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 <3139373986@qq.com> --- apps/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/update.js b/apps/update.js index 4d657ac..9313200 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/apps/update.ts")).update + Update ||= (await import("../../system-plugin/apps/update.ts")).update } catch (e) { logger.error("[yenai-plugin]未获取到更新js #椰奶更新 将无法使用") }