fix:圣诞活动红点

This commit is contained in:
yushunrui 2023-12-20 16:17:09 +08:00
parent 88aa94bc09
commit 8a10552203

View File

@ -361,7 +361,10 @@ export class HuoDongHongDianFun {
// 检测 htype 6 七日登录活动红点
ishd = await this.qiridengluHongDian(call, element)
}
if (element.htype == 8) {
// 检测 htype 8 圣诞活动红点
ishd = await this.christmasHongDian(call, element)
}
if (element.htype == 10) {
// 检测 htype 10 破冰活动红点
ishd = await this.pobinglibao(call, element)