From 12a1681b42651cebad3065b89c06df0b32047e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 22 Nov 2024 21:39:16 +0800 Subject: [PATCH] fix: poke for base emoji --- src/core/types/emoji.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/types/emoji.ts b/src/core/types/emoji.ts index 51f1e8cc..8002eba3 100644 --- a/src/core/types/emoji.ts +++ b/src/core/types/emoji.ts @@ -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; -} \ No newline at end of file +}