lsky-org / lsky-pro

☁️兰空图床(Lsky Pro) - Your photo album on the cloud.
https://www.lsky.pro
GNU General Public License v3.0
3.92k stars 582 forks source link

反应个缩略图问题 #768

Open setube opened 5 months ago

setube commented 5 months ago

比方说我上传之前就把图片压缩了,上传前是20kb上传之后缩略图会生成一个200kb左右的图片

akatsukiro commented 5 months ago

https://github.com/lsky-org/lsky-pro/blob/911275c13b038c7a8b710de44664f23887eeb6f6/app/Services/ImageService.php#L571

我猜只要把这个60调小就行了。

setube commented 5 months ago

app/Services/ImageService.php

我直接把缩略图全部换成的我自己上传的图片,然后把处理缩略图那给注释掉了