mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -41,7 +41,7 @@ export class NTQQFileApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getFileSize(filePath: string): Promise<number> {
|
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) {
|
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
||||||
|
@@ -10,7 +10,7 @@ export class NTQQSystemApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async hasOtherRunningQQProcess() {
|
async hasOtherRunningQQProcess() {
|
||||||
return this.context.wrapper.util.hasOtherRunningQQProcess();
|
return this.core.util.hasOtherRunningQQProcess();
|
||||||
}
|
}
|
||||||
|
|
||||||
async ORCImage(filePath: string) {
|
async ORCImage(filePath: string) {
|
||||||
|
Reference in New Issue
Block a user