HaniBlindBox/.kiro/settings/mcp.json
zpc aa11230116 feat: 前端UI优化和后台管理功能修复
前端优化:
- 修复分享图片配置,使用API返回的share_image
- 新增设置页面,包含用户协议、隐私政策、退出登录、注销账号
- 调整用户中心菜单,将协议相关功能移至设置页面
- 隐藏首页和详情页的参与次数显示
- 商城页面价格显示改为哈尼券(价格x100)

后台管理修复:
- 修复用户列表货币字段映射错误(Diamond字段)
- 修复资金变动对话框,动态加载货币名称
- 修复ChangeDiamondAsync方法使用正确的Money2字段
2026-02-27 20:37:00 +08:00

95 lines
2.4 KiB
JSON

{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
],
"disabled": false,
"autoApprove": [
"playwright_navigate",
"playwright_screenshot",
"playwright_click",
"playwright_iframe_click",
"playwright_iframe_fill",
"playwright_fill",
"playwright_select",
"playwright_hover",
"playwright_upload_file",
"playwright_evaluate",
"playwright_console_logs",
"playwright_resize",
"playwright_close",
"playwright_get",
"playwright_post",
"playwright_put",
"playwright_patch",
"playwright_delete",
"playwright_expect_response",
"playwright_assert_response",
"playwright_custom_user_agent",
"playwright_get_visible_text",
"playwright_get_visible_html",
"playwright_go_back",
"playwright_go_forward",
"playwright_drag",
"playwright_press_key",
"playwright_save_as_pdf",
"playwright_click_and_switch_tab",
"start_codegen_session",
"end_codegen_session",
"get_codegen_session",
"clear_codegen_session"
]
},
"mysql": {
"command": "node",
"args": [
"D:/outsource/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"
],
"env": {
"MYSQL_HOST": "192.168.195.16",
"MYSQL_PORT": "1887",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "Dbt@com@123",
"MYSQL_DATABASE": "youdas"
},
"autoApprove": [
"execute_sql"
]
},
"sqlserver": {
"command": "node",
"args": [
"D:/outsource/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"
],
"env": {
"MSSQL_SERVER": "1.13.21.84",
"MSSQL_PORT": "1433",
"MSSQL_USER": "sa",
"MSSQL_PASSWORD": "Dbt@com@123",
"MSSQL_DATABASE": "honey_box"
},
"autoApprove": [
"execute_sql"
]
},
"admin-sqlserver": {
"command": "node",
"args": [
"D:/outsource/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"
],
"env": {
"MSSQL_SERVER": "1.13.21.84",
"MSSQL_PORT": "1433",
"MSSQL_USER": "sa",
"MSSQL_PASSWORD": "Dbt@com@123",
"MSSQL_DATABASE": "honey_box_admin"
},
"autoApprove": [
"execute_sql"
]
}
}
}