From 330e3ae4cdd1e9facb14b6ea2b3e609166c04fd3 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 12 一月 2021 16:00:27 +0800 Subject: [PATCH] 2021-1-12-1 --- HDL_ON/Common/R.cs | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index c87aa05..99da5bb 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,7 @@ { public static class StringId { + public const int ConfirmAdd = 408; public const int Reading = 407; public const int MeetingGuests = 406; public const int Cozy = 405; @@ -12,6 +13,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; @@ -550,7 +552,16 @@ public const int shidudiyu = 7095; public const int pmgaoyu = 7096; public const int pmdiyu = 7097; - + 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; -- Gitblit v1.8.0