完善茶艺师套餐功能

This commit is contained in:
wangxiaowei
2026-03-31 21:59:42 +08:00
parent 61d0ca2bd1
commit 401b1f0d2f
28 changed files with 593 additions and 176 deletions

10
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"servers": {
"pencil": {
"type": "stdio",
"command": "E:\\work\\Pencil\\resources\\app.asar.unpacked\\out\\mcp-server-windows-x64.exe",
"args": ["--app", "desktop"],
"env": {}
}
}
}