wxr
2020-03-31 002a3f2e9d2f9579c01f88af12bd8a320003569f
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> ();