From e073fe7864d815379e4b118b9bcb8a935395381f Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 16 十二月 2020 09:07:23 +0800 Subject: [PATCH] 20201216-1 --- HDL_ON/Entity/Function/Scene.cs | 62 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/HDL_ON/Entity/Function/Scene.cs b/HDL_ON/Entity/Function/Scene.cs index b1ace2a..8f10776 100644 --- a/HDL_ON/Entity/Function/Scene.cs +++ b/HDL_ON/Entity/Function/Scene.cs @@ -63,37 +63,37 @@ /// <summary> /// 寤舵椂 /// </summary> - public int delay = 0; - /// <summary> - /// 寤舵椂鏄剧ず鐨勬枃鏈� - /// </summary> - [Newtonsoft.Json.JsonIgnore] - public string delayText - { - get - { - string text = ""; - switch (delay) - { - case 0: - text = Language.StringByID(StringId.NoDelay); - break; - case 30: - text = "30s"; - break; - case 60: - text = "1min"; - break; - case 120: - text = "2min"; - break; - case 300: - text = "5min"; - break; - } - return text; - } - } + public string delay = "0"; + ///// <summary> + ///// 寤舵椂鏄剧ず鐨勬枃鏈� + ///// </summary> + //[Newtonsoft.Json.JsonIgnore] + //public string delayText + //{ + // get + // { + // string text = ""; + // switch (delay) + // { + // case 0: + // text = Language.StringByID(StringId.NoDelay); + // break; + // case 30: + // text = "30s"; + // break; + // case 60: + // text = "1min"; + // break; + // case 120: + // text = "2min"; + // break; + // case 300: + // text = "5min"; + // break; + // } + // return text; + // } + //} /// <summary> /// 鍦烘櫙鍒嗙粍 -- Gitblit v1.8.0