首页优化

This commit is contained in:
禺狨
2023-03-27 18:00:38 +08:00
parent b681c24fe3
commit 2ab98305b3
4 changed files with 75 additions and 31 deletions

View File

@@ -31,6 +31,7 @@ export function studyTimeFormat(dateStr: number) {
value.push(Math.floor(d.asDays()));
value.push(d.hours());
value.push(d.minutes());
value.push(d.seconds());
return value;
}