wjc
2023-02-07 8960f866958ece0900b0ee13e70c9320507f98db
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,10 @@
                    {
                        foreach (var scene in listScene)
                        {
                            if (scene == null) {
                                //有空现象
                                continue;
                            }
                            if(scene.sceneType == SceneType.LightScene)
                            {
                                continue;