When this is attached, the `---` (the start mark for settings) on the first line of the file becomes a different string, 'BOM + ---', and the AI can no longer recognize the settings section as ...
Let's look at the 'images' item. Although it looks like a list, it is actually a list in string type. Therefore, you need to be careful and convert the string to the actual Python list. Complete the ...