update:更新靶纸,新增约战次数

This commit is contained in:
2026-06-24 17:09:34 +08:00
parent caa6ed4284
commit 4bea563109
7 changed files with 161 additions and 33 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export const formatTimestamp = (timestamp) => {
const date = new Date(timestamp * 1000);
const date = new Date(timestamp);
const year = date.getFullYear();
const month = date.getMonth() + 1;
const day = date.getDate();