We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49ff20 commit f75e76aCopy full SHA for f75e76a
static/js/custom.js
@@ -181,6 +181,7 @@ async function html2Img(html) {
181
document.body = document.createElement("body");
182
}
183
document.body.appendChild(div);
184
+ launch_toast("请稍等。。失败请用电脑浏览器尝试");
185
let canvas = await html2canvas(div, {allowTaint: true, useCORS: true});
186
if (window.mobileCheck()) {
187
document.body = bodyBackup;
0 commit comments