mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +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),
|
const SizedBox(width: 6),
|
||||||
Text(
|
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(
|
style: TextStyle(
|
||||||
color: theme.colorScheme.outline,
|
color: theme.colorScheme.outline,
|
||||||
fontSize: theme.textTheme.labelSmall!.fontSize),
|
fontSize: theme.textTheme.labelSmall!.fontSize),
|
||||||
|
|||||||
Reference in New Issue
Block a user