feat: 前端页面开发 - 首页/城市列表/区域详情 + 示例数据导入

This commit is contained in:
root
2026-04-10 12:18:09 +00:00
committed by maoshen
parent 432345c249
commit a13b9c5ef1
20 changed files with 4190 additions and 115 deletions

View File

@@ -10,8 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.15.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",