This commit is contained in:
HolographicHat
2022-04-10 13:02:36 +08:00
parent 60f0d8d23b
commit 00898d11cb
5 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ const exportToSnapGenshin = async proto => {
proto.list.filter(a => a.status === 3 || a.status === 2).forEach(({id, finishTimestamp}) => {
out.push({
id: id,
ts: finishTimestamp
timestamp: finishTimestamp
})
})
const json = JSON.stringify(out, null, 2)