feat(message): update xml offsets

This commit is contained in:
Changhua 2025-02-26 22:39:56 +08:00
parent c928b68ec4
commit c4befd6fd1

View File

@ -57,6 +57,8 @@ namespace Message
constexpr uint64_t IMAGE = 0x22BF430;
constexpr uint64_t APP_MGR = 0x1B5C2F0;
constexpr uint64_t FILE = 0x20D30E0;
constexpr uint64_t XML = 0x0;
constexpr uint64_t XML_BUF_SIGN = 0x0;
}
}
}