|
@@ -372,7 +372,7 @@
|
|
resourceMap[item['id']].forEach(internal_path => {
|
|
resourceMap[item['id']].forEach(internal_path => {
|
|
// 创建img
|
|
// 创建img
|
|
let img = document.createElement('img');
|
|
let img = document.createElement('img');
|
|
- img.src = `https://memos_assert.tianyunperfect.cn/${internal_path}`;
|
|
|
|
|
|
+ img.src = `https://memos_assert.tianyunperfect.cn/${internal_path}?width=150`;
|
|
img.style.maxHeight = '200px';
|
|
img.style.maxHeight = '200px';
|
|
img.style.maxWidth = '200px';
|
|
img.style.maxWidth = '200px';
|
|
img.style.margin = '10px';
|
|
img.style.margin = '10px';
|