fix: poke for base emoji

This commit is contained in:
手瓜一十雪
2024-11-22 21:39:16 +08:00
committed by GitHub
parent 4277cb3f3c
commit 12a1681b42

View File

@@ -20,7 +20,8 @@ export enum BaseEmojiType {
SUPER_EMOJI = 1,
RANDOM_SUPER_EMOJI = 2,
CHAIN_SUPER_EMOJI = 3,
EMOJI_EMOJI = 4
EMOJI_EMOJI = 4,
VAS_POKE = 5
}
export interface GetBaseEmojiPathReq {
@@ -51,4 +52,4 @@ export interface DownloadBaseEmojiByIdReq {
groupName: string;
panelCategory: EmojiPanelCategory;
qzoneCode: string;
}
}