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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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