From 2202cc1f498434220f010f3806a5030390f616ee Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 15 四月 2021 17:57:39 +0800
Subject: [PATCH] 2021-04-15 1.Alexa相关页面标题修改。2.增加解绑按钮

---
 Crabtree/SmartHome/UI/SimpleControl/R.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs
index 84d984b..67b1f81 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/R.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs
@@ -1204,6 +1204,23 @@
         /// Do you want to synchronize all local devices and scenes to the cloud? This will be used for timer and alexa voice control functions.
         /// </summary>
         public const int DoYouWantToSynchronizeToTheCloud = 20061;
+        /// <summary>
+        /// Resend
+        /// </summary>
+        public const int Resend = 20062;
+        /// <summary>
+        /// DoYouWantToUnbind
+        /// </summary>
+        public const int DoYouWantToUnbind = 20063;
+        /// <summary>
+        /// Unbind successfully
+        /// </summary>
+        public const int UnbindSuccessfully = 20064;
+        /// <summary>
+        /// Please enter content
+        /// </summary>
+        public const int PleaseEnterContent = 20065;
+       
 
         #endregion
     }

--
Gitblit v1.8.0