feat: reduce luminosity in dark mode (#988)

This commit is contained in:
My-Responsitories
2025-08-11 10:57:08 +08:00
committed by GitHub
parent 88c2ba8059
commit dc61d9007f
7 changed files with 108 additions and 30 deletions

View File

@@ -151,8 +151,8 @@ Widget imageView(
src: item.url,
width: imageWidth,
height: imageHeight,
isLongPic: () => item.isLongPic,
callback: () => item.width <= item.height,
isLongPic: item.isLongPic,
forceUseCacheWidth: item.width <= item.height,
getPlaceHolder: () {
return Container(
width: imageWidth,