@@ -87,7 +87,11 @@ export const useExportJsonToDoneJson = (json: IExportJson) => {
return {
...m,
props,
- symbol
+ symbol,
+ thumbnail:
+ m.type === 'img' && find_item?.type === 'img' && find_item.thumbnail
+ ? find_item.thumbnail
+ : m.thumbnail
}
})