chore: rename msg to message in packet module

This commit is contained in:
pk5ls20
2024-10-28 07:59:24 +08:00
parent 530e380178
commit dc3a089070
9 changed files with 20 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ import {
PacketMsgPicElement,
PacketMsgPttElement,
PacketMsgVideoElement
} from "@/core/packet/msg/element";
} from "@/core/packet/message/element";
import { FileUploadExt, NTV2RichMediaHighwayExt } from "@/core/packet/proto/highway/highway";
import { int32ip2str, oidbIpv4s2HighwayIpv4s } from "@/core/packet/highway/utils";
import { calculateSha1, calculateSha1StreamBytes, computeMd5AndLengthWithLimit } from "@/core/packet/utils/crypto/hash";