openmcp-client/service/tabs.锦恢的 MCP Server.json

23 lines
404 B
JSON

{
"currentIndex": 1,
"tabs": [
{
"name": "资源",
"icon": "icon-file",
"type": "blank",
"componentIndex": 0,
"storage": {
"currentResourceName": "greeting"
}
},
{
"name": "提词",
"icon": "icon-chat",
"type": "blank",
"componentIndex": 1,
"storage": {
"currentPromptName": "translate"
}
}
]
}