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) {