Compare commits

...

3 Commits

Author SHA1 Message Date
b53fd6f3ab chore: 更新 backend 子模块到修复汇款记录版本 2026-01-27 14:59:08 +08:00
a5fab54ba7 chore: 新增 mcp-mysql-server 数据库连接配置 2026-01-26 16:02:55 +08:00
933ce01178 feat: 新增问卷任务管理模块
- 后端:新增问卷任务CRUD、统计功能
- 前端:新增问卷任务管理页面及组件
- 优化Dashboard和问卷相关页面
2026-01-24 10:56:52 +08:00
3 changed files with 18 additions and 3 deletions

View File

@ -7,7 +7,22 @@
"@modelcontextprotocol/server-filesystem",
"/Volumes/Dpan/github/xlcp"
]
},
"mcp-mysql-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@f4ww4z/mcp-mysql-server"
],
"env": {
"MYSQL_HOST": "192.168.10.130:3306",
"MYSQL_USER": "xlcp_dev",
"MYSQL_PASSWORD": "xlcp_dev",
"MYSQL_DATABASE": "xlcp_dev"
}
}
}
}

@ -1 +1 @@
Subproject commit f252c69dd2c2d20c4112ee62ee86a0fb1a09fc62
Subproject commit 984b95b6ed19c05eace112a601abff245043b557

@ -1 +1 @@
Subproject commit 3b3604073d9623917dcf47a1adaf337b394b6dcd
Subproject commit 7272342fe6955f1d9e1c62e4a2b6a03069cb05a7