mod: webview: handle download request

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-09 10:44:46 +08:00
parent e7ac88ffb1
commit 383ce777e3
2 changed files with 38 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class _HotPageState extends State<HotPage> with AutomaticKeepAliveClientMixin {
mainAxisSize: MainAxisSize.min,
children: [
Image.network(width: 35, height: 35, iconUrl),
const SizedBox(height: 2),
const SizedBox(height: 4),
Text(
title,
style: TextStyle(fontSize: 12),