mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix
This commit is contained in:
parent
b6ae67bf3e
commit
f9bf8f9901
@ -41,7 +41,7 @@ export class NTQQFileApi {
|
||||
}
|
||||
|
||||
async getFileSize(filePath: string): Promise<number> {
|
||||
return await this.context.wrapper.util.getFileSize(filePath);
|
||||
return await this.core.util.getFileSize(filePath);
|
||||
}
|
||||
|
||||
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
||||
|
@ -10,7 +10,7 @@ export class NTQQSystemApi {
|
||||
}
|
||||
|
||||
async hasOtherRunningQQProcess() {
|
||||
return this.context.wrapper.util.hasOtherRunningQQProcess();
|
||||
return this.core.util.hasOtherRunningQQProcess();
|
||||
}
|
||||
|
||||
async ORCImage(filePath: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user