优化点1,2.

This commit is contained in:
xinxiao
2026-04-01 18:58:03 +08:00
parent a166fe007e
commit 0b23161eee
15 changed files with 106 additions and 1315 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ if ~exist(file_path, 'file')
end
json_text = fileread(file_path);
config = jsondecode(json_text);
config = normalize_config(jsondecode(json_text));