opt sc background image

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-10 10:40:45 +08:00
parent 85baf8e0e6
commit 68724c8a9e

View File

@@ -181,6 +181,7 @@ class _SuperChatCardState extends State<SuperChatCard> {
image: item.backgroundImage == null image: item.backgroundImage == null
? null ? null
: DecorationImage( : DecorationImage(
alignment: .topRight,
image: CachedNetworkImageProvider( image: CachedNetworkImageProvider(
ImageUtils.safeThumbnailUrl(item.backgroundImage), ImageUtils.safeThumbnailUrl(item.backgroundImage),
), ),