From 23bbed132eea46eef51c6d01c21b346238e29ee2 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 30 六月 2022 13:39:12 +0800 Subject: [PATCH] Merge branch 'wxr0114' into V1.5.9 --- HDL_ON/Common/R.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index cd21a50..6f4facd 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,7 +4,10 @@ { public static class StringId { - + /// <summary> + /// 瑙掑害 + /// </summary> + public const int Angle = 544; /// <summary> /// 鑾峰彇鏇村 /// </summary> @@ -51,6 +54,10 @@ /// </summary> public const int VisitorEndTime = 2550; /// <summary> + /// 鍔ㄦ�佸瘑鐮佸凡澶辨晥 + /// </summary> + public const int TemporaryPasswordInvalid = 2551; + /// <summary> /// 璁垮浜岀淮鐮佸紑濮嬫椂闂� /// </summary> public const int VisitorStartTime = 2549; -- Gitblit v1.8.0