hermes-web-cli/wwwroot/settings.ui
yumoqing d229138adc fix: Complete hermes-web-cli module with all required fixes
- 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
2026-04-21 15:37:20 +08:00

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"
}
]
}
}
]
}