优化点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
@@ -15,4 +15,4 @@ if ~isfield(data, 'config')
'MAT file does not contain variable ''config'': %s', file_path);
end
config = data.config;
config = normalize_config(data.config);