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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs index df420a9..67b1f81 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/R.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs @@ -1208,6 +1208,20 @@ /// 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 } } \ No newline at end of file -- Gitblit v1.8.0