mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-14 19:29:34 +08:00
使用缩略图优化了网络传输速度与流量消耗
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
comicContainer.appendChild(img);
|
||||
currentImageIndex++;
|
||||
// 添加延迟,以控制加载速度
|
||||
setTimeout(loadNextImage, 1000);
|
||||
setTimeout(loadNextImage, 500);
|
||||
} else {
|
||||
console.error('Error loading image:', response.statusText);
|
||||
}
|
||||
|
Reference in New Issue
Block a user