mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: msg top: show time
Closes #387 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1207,7 +1207,7 @@ class Utils {
|
||||
|
||||
// 时间显示,刚刚,x分钟前
|
||||
static String dateFormat(timeStamp, {formatType = 'list'}) {
|
||||
if (timeStamp == 0 || timeStamp == null || timeStamp == '') {
|
||||
if (timeStamp == null || timeStamp == 0 || timeStamp == '') {
|
||||
return '';
|
||||
}
|
||||
// 当前时间
|
||||
|
||||
Reference in New Issue
Block a user