feat: test code

This commit is contained in:
手瓜一十雪
2024-07-12 16:59:08 +08:00
parent e1a9ef6512
commit fc00779202
4 changed files with 29 additions and 3 deletions

View File

@@ -209,6 +209,10 @@ const _handlers: {
[OB11MessageDataType.xml]: () => undefined,
[OB11MessageDataType.poke]: () => undefined,
[OB11MessageDataType.Location]: async () => {
return SendMsgElementConstructor.location();
}
};
const handlers = <{