From 1c1b485b579ef0dfa1d0317a0ac8eb916777f446 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 12 一月 2023 13:57:54 +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