chore: replace dayjs with moment as date library

Moment.js provides more extensive date manipulation features compared to dayjs, which better suits our current requirements for complex date handling.
This commit is contained in:
2025-09-15 19:52:26 +08:00
parent 4fe44a3254
commit 2a1a9829d4
3 changed files with 9 additions and 32 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"@reduxjs/toolkit": "^2.9.0",
"@tailwindcss/vite": "^4.1.13",
"axios": "^1.12.2",
"dayjs": "^1.11.18",
"moment": "^2.30.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-redux": "^9.2.0",