From cd1029a11d96f55337430cec97b7d4cd510f5d5f Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 17 十二月 2020 15:09:38 +0800 Subject: [PATCH] 2020-12-17 1.成员管理UI还原度修改。2.增加右键删除。3.增加无区域功能管理。 --- HDL_ON/Common/R.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index a885d78..0794dc3 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -145,7 +145,7 @@ public const int EditNickname = 237; public const int NicknameCannotBeEmpty = 236; public const int CreateScene = 235; - public const int PermissionToUse = 234; + public const int MemberPermissionManagement = 234; public const int Nickname = 233; public const int MemberManagement = 232; public const int OtherArea = 231; @@ -750,6 +750,14 @@ /// 鏄惁闇�瑕佷繚瀛� /// </summary> public const int IfNeedToSave = 9058; + /// <summary> + /// 鏆傛棤鍒嗕韩 + /// </summary> + public const int NoShare = 9059; + /// <summary> + /// 浣跨敤鏉冮檺 + /// </summary> + public const int PermissionToUse = 9060; #region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅 -- Gitblit v1.8.0