|
@@ -772,6 +772,16 @@ namespace MOKA_Factory_Tools
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
+ #region 小米FireTV功能模块启用;
|
|
|
+ if (jObject["MITVEnable"] != null)
|
|
|
+ {
|
|
|
+ functionSetting1.MITVEnable = jObject["MITVEnable"].Value<bool>();
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ SaveJsonConfig("MITVEnable", false);
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
foreach (var ss in jObject["Channel"]) //遍历Channel
|
|
|
{
|
|
|
Dictionary<string, string> ChannelValues = JsonConvert.DeserializeObject<Dictionary<string, string>>(ss.ToString());
|