mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: encodeFile
This commit is contained in:
parent
39f4118577
commit
5c64147dfa
@ -65,7 +65,7 @@ export class FileNapCatOneBotUUID {
|
|||||||
const length = Buffer.alloc(4 + data.length);
|
const length = Buffer.alloc(4 + data.length);
|
||||||
length.writeUInt32BE(data.length, 0);
|
length.writeUInt32BE(data.length, 0);
|
||||||
length.write(data, 4);
|
length.write(data, 4);
|
||||||
return length.toString('hex');
|
return length.toString('hex') + endString;
|
||||||
}
|
}
|
||||||
|
|
||||||
static decode(uuid: string): undefined | {
|
static decode(uuid: string): undefined | {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user