fix: getfile

This commit is contained in:
手瓜一十雪
2024-08-29 20:14:20 +08:00
parent fc3a8481bc
commit 984f87773f
4 changed files with 12 additions and 17 deletions

View File

@@ -593,6 +593,7 @@ export const IMAGE_HTTP_HOST_NT = 'https://multimedia.nt.qq.com.cn';
export interface PicElement {
md5HexStr?: string;
filePath?: string;
fileSize: number | string;//number
picWidth: number;
picHeight: number;