fix: moduleResolution

This commit is contained in:
手瓜一十雪
2025-03-19 11:54:29 +08:00
parent 2759a34d96
commit 9ab776d53a
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import { SendMessageContext } from '@/onebot/api';
import { getFileTypeForSendType } from '../helper/msg';
import { FFmpegService } from '@/common/ffmpeg';
import { rkeyDataType } from '../types/file';
import { imageSizeFromFile } from 'image-size/dist/fromFile'
import { imageSizeFromFile } from 'image-size/fromFile'
export class NTQQFileApi {
context: InstanceContext;