Merge remote-tracking branch 'origin/master'

This commit is contained in:
deltamaya
2024-10-29 12:00:31 +08:00
5 changed files with 134 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ class ComicTile extends StatelessWidget {
: "[${comic.maxPage}P]${comic.title.replaceAll("\n", "")}",
subtitle: comic.subtitle ?? '',
description: comic.description,
badge: badge,
badge: badge ?? comic.language,
tags: comic.tags,
maxLines: 2,
enableTranslate: ComicSource.find(comic.sourceKey)