🐛 Dozens of bug fixes

This commit is contained in:
2026-01-11 18:41:05 +08:00
parent 532bb30c6a
commit 00e063e99f
8 changed files with 28 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ _SnScrappedLink _$SnScrappedLinkFromJson(Map<String, dynamic> json) =>
_SnScrappedLink(
type: json['type'] as String,
url: json['url'] as String,
title: json['title'] as String,
title: json['title'] as String?,
description: json['description'] as String?,
imageUrl: json['image_url'] as String?,
faviconUrl: json['favicon_url'] as String?,