From 505effa88b17ce8c3c7ac5403b76d9e5d0cfc2a5 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 28 十月 2024 11:58:31 +0800 Subject: [PATCH] 谷歌版本问题修复 --- HDL_ON/Common/Constant.cs | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 0dd7756..6c791d3 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -239,6 +239,10 @@ /// /// </summary> LOGIC, + /// <summary> + /// 缁勬帶 + /// </summary> + GROUPCONTROL, } /// <summary> @@ -292,7 +296,7 @@ /// <summary> /// 涓版灄鍙瀵硅鍛煎彨 /// </summary> - FLCall, + //FLCall, /// <summary> /// 鎸や笅绾挎帹閫� /// </summary> @@ -308,7 +312,11 @@ /// <summary> /// HDL鍙瀵硅 /// </summary> - HDL_INTERPHONE, + //HDL_INTERPHONE, + /// <summary> + /// 闂ㄩ搩鎺ㄩ��(钀ょ煶瑙嗛闂ㄩ攣) + /// </summary> + DOOR_BELL, } /// <summary> -- Gitblit v1.8.0