feat(message): update send text offset

This commit is contained in:
Changhua 2025-02-21 00:04:54 +08:00
parent 5909205d61
commit 62d2703f56

View File

@ -47,6 +47,13 @@ namespace Message
constexpr uint64_t PYQ_CONTENT = 0x48; // 文本内容 constexpr uint64_t PYQ_CONTENT = 0x48; // 文本内容
constexpr uint64_t PYQ_XML = 0x9B8; // 其他内容 constexpr uint64_t PYQ_XML = 0x9B8; // 其他内容
} }
namespace Send
{
constexpr uint64_t MGR = 0x1B57350;
constexpr uint64_t FREE = 0x1B58BD0;
constexpr uint64_t TEXT = 0x22C9CA0;
}
} }
} }