增加图片缓存,页数跳转,搜索页面返回query

This commit is contained in:
2025-08-25 14:26:41 +08:00
parent 09b6091293
commit f4b867916b
9 changed files with 1472 additions and 36 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"maxAge": 86400000,
"maxSize": 104857600,
"cleanupInterval": 3600000,
"enabled": true,
"proxy": {
"enabled": true,
"timeout": 30000,
"retryCount": 3,
"retryDelay": 1000
},
"allowedExtensions": [
".jpg",
".jpeg",
".png",
".gif",
".webp",
".bmp"
],
"lastUpdated": "2025-08-25T06:14:10.559Z"
}