tianyun 1 год назад
Родитель
Сommit
fec16d4ae9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      simple-demo/send_memos.html

+ 1 - 1
simple-demo/send_memos.html

@@ -372,7 +372,7 @@
                     resourceMap[item['id']].forEach(internal_path => {
                         // 创建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.maxWidth = '200px';
                         img.style.margin = '10px';