feat: 支持点击图片优先打开原图

This commit is contained in:
电摇小子
2026-07-14 11:07:35 +08:00
committed by 电摇小子
parent a776830144
commit 8bb9576f10
6 changed files with 162 additions and 61 deletions
+3 -2
View File
@@ -76,8 +76,9 @@ declare global {
getImage: (
imageMd5?: string,
imageDatNameOrThumb?: string | boolean,
sessionId?: string
) => Promise<{ success: boolean; data?: string; error?: string }>
sessionId?: string,
options?: { force?: boolean }
) => Promise<{ success: boolean; data?: string; error?: string; isThumb?: boolean; filePath?: string }>
getSticker: (
cdnUrl?: string,
md5?: string