mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-11 23:40:24 +00:00
chore: 小调整
This commit is contained in:
@@ -7,8 +7,6 @@ import * as fileType from 'file-type';
|
||||
import { randomUUID } from 'crypto';
|
||||
import { LogWrapper } from './log';
|
||||
|
||||
|
||||
|
||||
export function isGIF(path: string) {
|
||||
const buffer = Buffer.alloc(4);
|
||||
const fd = fs.openSync(path, 'r');
|
||||
|
||||
Reference in New Issue
Block a user