update:更新靶纸,新增约战次数
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user