From 0273493ab44d46243ea23ba609ea2cdfd0685843 Mon Sep 17 00:00:00 2001 From: sunlei Date: Sun, 7 Jun 2026 07:30:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20BangDream=20?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E5=BC=95=E7=94=A8=E7=94=9F=E4=BA=A7=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qqbot/plugins/bangDream/event/event-data.repository.ts | 2 +- src/qqbot/plugins/bangDream/provider/bestdori.provider.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qqbot/plugins/bangDream/event/event-data.repository.ts b/src/qqbot/plugins/bangDream/event/event-data.repository.ts index 8479196..1e871f9 100644 --- a/src/qqbot/plugins/bangDream/event/event-data.repository.ts +++ b/src/qqbot/plugins/bangDream/event/event-data.repository.ts @@ -268,7 +268,7 @@ export class EventDataRepository { if (rewardId === undefined) return undefined; const { bangDreamMainDataRepository } = await import( - '@/qqbot/plugins/bangDream/shared/main-data.repository' + '../shared/main-data.repository' ); const allDeco = bangDreamMainDataRepository.getCollection< Record diff --git a/src/qqbot/plugins/bangDream/provider/bestdori.provider.ts b/src/qqbot/plugins/bangDream/provider/bestdori.provider.ts index 0905fea..30bb1d0 100644 --- a/src/qqbot/plugins/bangDream/provider/bestdori.provider.ts +++ b/src/qqbot/plugins/bangDream/provider/bestdori.provider.ts @@ -34,7 +34,7 @@ async function defaultAssetClient( options: BangDreamAssetRequestOptions = {}, ): Promise { const { downloadFile, downloadFileCache } = await import( - '@/qqbot/plugins/bangDream/provider/asset-cache.client' + './asset-cache.client' ); const ignoreError = options.ignoreError ?? true; if (options.memoryCache === false || options.overwrite) {