细节优化
This commit is contained in:
@@ -7,7 +7,7 @@ export const formatTimestamp = (timestamp) => {
|
||||
const month = date.getMonth() + 1;
|
||||
const day = date.getDate();
|
||||
|
||||
return `${year}年${month}月${day}号`;
|
||||
return `${year}-${month}-${day}`;
|
||||
};
|
||||
|
||||
export const checkConnection = () => {
|
||||
|
||||
Reference in New Issue
Block a user