Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 18:55:07 +08:00
parent 707d2f4b07
commit b149ee4998
39 changed files with 472 additions and 535 deletions

View File

@@ -118,7 +118,7 @@ class _PgcPanelState extends State<PgcPanel> {
),
child: Text(
widget.newEp?.desc?.contains('连载') == true
? '连载中,更新至${Utils.isStringNumeric(widget.newEp!.title) ? '${widget.newEp!.title}' : '${widget.newEp!.title}'}'
? '连载中,更新至${Utils.isStringNumeric(widget.newEp!.title!) ? '${widget.newEp!.title}' : '${widget.newEp!.title}'}'
: widget.newEp?.desc ?? '',
style: const TextStyle(fontSize: 13),
),