mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
feat: test code
This commit is contained in:
@@ -209,6 +209,10 @@ const _handlers: {
|
||||
[OB11MessageDataType.xml]: () => undefined,
|
||||
|
||||
[OB11MessageDataType.poke]: () => undefined,
|
||||
|
||||
[OB11MessageDataType.Location]: async () => {
|
||||
return SendMsgElementConstructor.location();
|
||||
}
|
||||
};
|
||||
|
||||
const handlers = <{
|
||||
|
||||
@@ -59,7 +59,8 @@ export enum OB11MessageDataType {
|
||||
poke = 'poke',
|
||||
dice = 'dice',
|
||||
RPS = 'rps',
|
||||
miniapp = 'miniapp'//json类
|
||||
miniapp = 'miniapp',//json类
|
||||
Location = "Location"
|
||||
}
|
||||
|
||||
export interface OB11MessageMFace {
|
||||
|
||||
Reference in New Issue
Block a user