聊天:添加跑马灯功能

This commit is contained in:
luying
2021-07-02 17:23:18 +08:00
parent 4fce369680
commit e9280a38c9
8 changed files with 187 additions and 1 deletions

View File

@@ -668,3 +668,8 @@ export enum GACHA_CONTENT_TYPE {
}
export const GACHA_OCCUPY_HID = 9999; // 抽卡里占位的武将
export enum MARQUEE_TYPE {
INSTANT = 1, // 发送后立刻推送
SCHEDULE = 2, // 定时器
}