HDL_ON/Entity/Function/Function.cs
@@ -400,16 +400,20 @@ /// 是否收藏 /// </summary> public bool collect = false; private bool _online = false; /// <summary> /// 是否在线 /// </summary> public bool online { public bool online { get { return true; } set { set { _online = value; } } @@ -1009,6 +1013,7 @@ /// 颜色 /// </summary> public const string RGB = "rgb"; public const string RGBW = "rgbw"; /// <summary> /// 渐变时间 /// </summary>