HDL_ON/Entity/UserConfig.cs
@@ -2,6 +2,7 @@ using System.Collections.Generic; using HDL_ON.DAL; using HDL_ON.Entity; using Shared; namespace HDL_ON { @@ -62,7 +63,7 @@ /// <summary> /// 当前选择的楼层 /// </summary> public string CurFoor = "All"; public string CurFoor = Language.StringByID(StringId.All); public Dictionary<string, int> SkinVision = new Dictionary<string, int> (); public Dictionary<string, int> DowlaodSkinVision = new Dictionary<string, int> ();