mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-01 23:39:09 +08:00
fix: poke for base emoji
This commit is contained in:
parent
4277cb3f3c
commit
12a1681b42
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user