语言适配英文

This commit is contained in:
X1627315083
2024-03-26 15:45:32 +08:00
parent f12a188526
commit 4f3d91437e
15 changed files with 1156 additions and 469 deletions

View File

@@ -28,7 +28,6 @@ function blobToFile(blob, fileName) {//给blob文件设置名字和日期
blob.name = fileName;
return blob;
}
//下载图片
function downloadIamge(imgsrc, name) { // 下载图片地址和图片名
var image = new Image()