优化点1,2.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user