Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XHXIAIEIN committed Jun 5, 2024
1 parent c9902de commit c708f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ document.addEventListener('DOMContentLoaded', () => {
progressBar.style.width = `${zipPercentage}%`;
progressText.innerText = `正在打包... ${Math.round(zipPercentage)}%`;
}
progressText.innerText = "正在下载...此过程需要更多的时间,请耐心等待。";
progressText.innerText = "正在后台进行下载...\n此过程需要更多的时间,请耐心等待。";
await zip.generateAsync({type: "blob"})
.then(content => {
saveAs(content, `Screenshots_${formattedDate}.zip`);
Expand Down

0 comments on commit c708f0e

Please sign in to comment.