feat: 重构用户管理页面,集成 msw mock,统一路径别名和 API 命名规范

This commit is contained in:
2026-05-15 15:44:27 +08:00
parent 790b6905ef
commit 311ce55fb7
19 changed files with 1307 additions and 40 deletions

View File

@@ -29,8 +29,14 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"msw": "^2.14.6",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}