chore: updated grouping

This commit is contained in:
Haoyu Xu
2025-08-03 12:41:31 +08:00
parent f5980d839f
commit ff1a0cdc17
2 changed files with 106 additions and 114 deletions

View File

@@ -36,7 +36,7 @@ export const update = async () => {
dict.length = data.data.total
}
for (const row of data.data.list) {
const displayTime = row.content.displayTime.substring(0, 10)
const displayTime = row.content.displayTime.substring(0, 7)
dict.dates.add(displayTime)
dict.info.push(get_row(row, displayTime))
}