feat: change name suggestting

This commit is contained in:
Simon Ding
2024-07-31 16:23:22 +08:00
parent e94386e455
commit b337e40fcc
3 changed files with 25 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ class _DetailCardState extends ConsumerState<DetailCard> {
widget.details.mediaType == 'tv'
? (widget.details.downloadHistoryEpisodes ==
true
? const Text("下载往期剧集")
? const Text("下载所有剧集")
: const Text("只下载更新剧集"))
: const Text("")
],