feat: 增加前端样式优化skill和mcp工具

This commit is contained in:
2026-06-14 10:19:31 +08:00
parent 70dfa1c8f8
commit bf0bb83f7d
5 changed files with 1509 additions and 0 deletions

11
frontend/.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
}
}
}