From 092de44ee4d5120e66afa97dd6670f4ee828b601 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 21 Nov 2022 16:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E6=96=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/comm/const.go b/comm/const.go index e2d6bc8f7..a35854fcf 100644 --- a/comm/const.go +++ b/comm/const.go @@ -335,6 +335,7 @@ const ( Reddot27 ReddotType = 10027 //公会----任务完成红点 Reddot28 ReddotType = 10028 //公会----进度奖励红点 Reddot29 ReddotType = 10029 //任务----周常任务完成红点 + Reddot30 ReddotType = 10030 //邮件-----未读邮件红点 ) type TaskType int32