优化random接口的读取策略

This commit is contained in:
MarSeventh
2024-12-20 19:18:55 +08:00
parent 83bba5944f
commit 2748200c59
5 changed files with 50 additions and 93 deletions

View File

@@ -53,6 +53,7 @@ Add Features:
- 管理端批量操作支持按照用户选择的顺序进行([#issue124](https://github.com/MarSeventh/CloudFlare-ImgBed/issues/124)
- `random`接口优化减少KV操作次数增加`content`参数,支持返回指定类型的文件
- 接入CloudFlare Cache API提升 list 相关接口访问速度
- 正常读取返回图片的CDN缓存时间从1年调整为7天防止缓存清除不成功的情况下图片长时间内仍可以访问的问题
## 2024.12.14