mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 22:51:13 +00:00
fix: fix get thumbnail path unknown type error
This commit is contained in:
parent
1e6468012c
commit
562665c8ca
@ -336,7 +336,7 @@ export interface NodeIKernelMsgService {
|
||||
|
||||
assembleMobileQQRichMediaFilePath (...args: unknown[]): unknown;
|
||||
|
||||
getFileThumbSavePathForSend (...args: unknown[]): unknown;
|
||||
getFileThumbSavePathForSend (arg1: number, arg2: boolean): string;
|
||||
|
||||
getFileThumbSavePath (...args: unknown[]): unknown;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user