huai-sian 3 سال پیش
والد
کامیت
e6ef5113e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test.html

+ 1 - 1
test.html

@@ -622,7 +622,7 @@
           var imguploadlabel = document.createElement("label");
           imguploadlabel.setAttribute('for', `img${i+1}`);
           imguploadlabel.classList.add('upload-btn');
-          imguploadlabel.textContent = '上傳圖片';
+          // imguploadlabel.textContent = '上傳圖片';
           imguploadlabel.setAttribute('set-lan', `html:upload_file`);
           imguploadlabel.style.backgroundImage = `url(${historyItem.image_urls[i]})`;
           img_box.appendChild(imguploadlabel);