Skip to content

Commit f75e76a

Browse files
committed
add bookmark toast message hint
1 parent b49ff20 commit f75e76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/js/custom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ async function html2Img(html) {
181181
document.body = document.createElement("body");
182182
}
183183
document.body.appendChild(div);
184+
launch_toast("请稍等。。失败请用电脑浏览器尝试");
184185
let canvas = await html2canvas(div, {allowTaint: true, useCORS: true});
185186
if (window.mobileCheck()) {
186187
document.body = bodyBackup;

0 commit comments

Comments
 (0)