From 7232642ff48a7fbde2018cde652f3e771fa58025 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 27 一月 2021 14:32:55 +0800 Subject: [PATCH] 20200127-英文版处理 --- HDL_ON/Common/R.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index b74ad36..afb06d7 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,8 @@ { public static class StringId { + public const int FunctionBrand = 409; + public const int ConfirmAdd = 408; public const int Reading = 407; public const int MeetingGuests = 406; public const int Cozy = 405; @@ -12,6 +14,7 @@ public const int Retry = 402; public const int QRCodeIsInvalid = 401; public const int WellComBackHome = 400; + public const int FunctionNotOpen = 380; public const int FadeSpeed = 379; public const int FadeTime = 378; public const int WholeZone = 377; @@ -553,6 +556,14 @@ public const int clearday =7098; public const int cloudy= 7099; public const int rain = 7100; + public const int setvalue = 7101; + public const int nullvalue = 7102; + public const int pmyou = 7103; + public const int pmliang = 7104; + public const int pmqingdu= 7105; + public const int pmzhongdu = 7106; + public const int pmzhongduwuran= 7107; + #region LE鏂板 -- Gitblit v1.8.0