From 6b1887c73b48211f5d02fdad9b4b17d9b81cd0b8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 11 一月 2023 16:55:36 +0800 Subject: [PATCH] 空调界面优化 --- HDL_ON/Common/ApiUtlis.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/ApiUtlis.cs b/HDL_ON/Common/ApiUtlis.cs index 7da5e6f..5ef13fc 100644 --- a/HDL_ON/Common/ApiUtlis.cs +++ b/HDL_ON/Common/ApiUtlis.cs @@ -229,7 +229,7 @@ { newFunction.AssembleStatus(); newFunction.SaveFunctionFile(); - FunctionList.List.IniFunctionList(newFunction.savePath); + FunctionList.List.IniFunctionList(newFunction.savePath,true); MainPage.Log($"============璁惧============{iiii++}"); } -- Gitblit v1.8.0