tianyun 1 년 전
부모
커밋
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';