diff --git a/source/js/plugins/memos.js b/source/js/plugins/memos.js index 07af2bf..e2862f3 100644 --- a/source/js/plugins/memos.js +++ b/source/js/plugins/memos.js @@ -84,14 +84,18 @@ const MemosJS = { var imgs = []; for (let res of item.resourceList) { if (res.type?.includes('image/')) { - imgs.push(res.id); - console.log('type', res.type); + imgs.push(res); } } if (imgs.length > 0) { cell += '