From 4cc04639fbadde3a7f3b9875353df0d90fc09043 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期六, 18 一月 2020 14:33:40 +0800 Subject: [PATCH] 节前备份 --- HDL_ON/Common/R.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index a1d380b..0bf8a9f 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -2,7 +2,7 @@ namespace HDL_ON { - public static class InternationalizationString + public static class StringId { public readonly static int Login = 1; public readonly static int LoginByPhone = 2; @@ -24,6 +24,7 @@ public readonly static int UniversalDevice = 358; public readonly static int Environmental = 435; + public readonly static int Brightness = 61; public readonly static int Functions = 60; public readonly static int Devices = 59; public readonly static int Rooms = 58; -- Gitblit v1.8.0