mod: update def options

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-29 18:45:21 +08:00
parent 203906d9f1
commit bc1e6b059b
7 changed files with 9 additions and 11 deletions

View File

@@ -131,7 +131,7 @@ class _BangumiPanelState extends State<BangumiPanel> {
child: Text(
widget.newEp?['desc']?.contains('连载') == true
? '连载中,更新至${Utils.isStringNumeric(widget.newEp['title']) ? '${widget.newEp?['title']}' : '${widget.newEp?['title']}'}'
: '${widget.pages.length}',
: widget.newEp?['desc'],
style: const TextStyle(fontSize: 13),
),
),