From e322d91c7325019710bfdb046c5fea673031455a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 29 七月 2020 11:53:01 +0800
Subject: [PATCH] 20200729
---
HDL_ON/Common/R.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 59042b7..5973587 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,10 @@
{
public static class StringId
{
+ public readonly static int Administrators = 294;
+ public readonly static int Member = 293;
+ public readonly static int AboutOn = 292;
+ public readonly static int TipNoSceneCollcetion = 291;
public readonly static int GetSensorHistoryFailed = 290;
public readonly static int UnbindPhone = 289;
public readonly static int ModifyBindingPhone = 288;
@@ -38,7 +42,7 @@
public readonly static int ConfirmToRemoveTheMember = 259;
public readonly static int WelcomeNewMmember = 258;
public readonly static int PleaseEnterContent = 257;
- public readonly static int TipNoCollcetion = 256;
+ public readonly static int TipNoFunctionCollcetion = 256;
public readonly static int RemoveTheMember = 255;
public readonly static int ModifyMemberNickname = 254;
public readonly static int SavingPleaseWait = 253;
--
Gitblit v1.8.0