This commit is contained in:
Vanessa 2023-12-25 21:31:32 +08:00
parent 3452521ec5
commit 0878260361
12 changed files with 79 additions and 81 deletions

View file

@ -143,7 +143,7 @@ id="preview"></div>
if (item.src.endsWith(".svg")) {
fetchGet(item.src, (response: string) => {
item.src = `data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(response)))}`;
})
});
}
});
btnsElement[0].removeAttribute("disabled");