- Add load_hermes_web_cli function to fix ImportError - Update data_url paths to use /hermes-web-cli/... instead of /api/... - Add missing renew.dspy file with complete business logic - Update all .ui files with correct endpoint references - Ensure module is fully functional for Sage integration
32 lines
580 B
XML
32 lines
580 B
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "设置",
|
|
"fontSize": "24px",
|
|
"fontWeight": "bold"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "TabPanel",
|
|
"options": {
|
|
"tabs": [
|
|
{
|
|
"title": "服务管理",
|
|
"url": "/hermes-web-cli/index.ui"
|
|
},
|
|
{
|
|
"title": "会话历史",
|
|
"url": "/hermes-web-cli/sessions.ui"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |