支持动图下载和预览

This commit is contained in:
2025-10-13 15:43:18 +08:00
parent e85f959fa6
commit 5be8ae9520
18 changed files with 909 additions and 32 deletions
+2 -2
View File
@@ -494,10 +494,10 @@ const rebuildRegistry = async () => {
// 开始轮询进度
const startProgressPolling = () => {
if (progressPollingInterval.value) {
clearInterval(progressPollingInterval.value);
window.clearInterval(progressPollingInterval.value);
}
progressPollingInterval.value = setInterval(async () => {
progressPollingInterval.value = window.setInterval(async () => {
if (!rebuildTaskId.value) return;
try {