mod: 移除稍后再看上限数字展示

This commit is contained in:
guozhigq
2023-12-25 22:53:19 +08:00
parent 7d54bd1641
commit e76ca0e291

View File

@ -32,7 +32,7 @@ class _LaterPageState extends State<LaterPage> {
title: Obx(
() => _laterController.laterList.isNotEmpty
? Text(
'稍后再看 (${_laterController.laterList.length}/100)',
'稍后再看 (${_laterController.laterList.length})',
style: Theme.of(context).textTheme.titleMedium,
)
: Text(