From a7ca4ffd25fcc6498030f78d1aa046ea10ef2f54 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 18 Sep 2023 16:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 4dfe7fa..3fc3c62 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -70,4 +70,6 @@ enum TipTimeConfig{ MORN_PEAK = 2; //晚高峰 EVENING_PEARK = 3; + //低峰 + NORMAL_UNPEARK = 4; } \ No newline at end of file