mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt save dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -130,7 +130,10 @@ Widget module(
|
||||
),
|
||||
const SizedBox(width: 6),
|
||||
Text(
|
||||
DateUtil.dateFormat(orig.modules.moduleAuthor!.pubTs),
|
||||
isSave
|
||||
? DateUtil.format(orig.modules.moduleAuthor!.pubTs,
|
||||
format: DateUtil.longFormatDs)
|
||||
: DateUtil.dateFormat(orig.modules.moduleAuthor!.pubTs),
|
||||
style: TextStyle(
|
||||
color: theme.colorScheme.outline,
|
||||
fontSize: theme.textTheme.labelSmall!.fontSize),
|
||||
|
||||
Reference in New Issue
Block a user