feat: add menu.ui with reasoning sessions, config and console menu items
This commit is contained in:
parent
cb89a25b27
commit
216c21466f
31
wwwroot/menu.ui
Normal file
31
wwwroot/menu.ui
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"widgettype":"Menu",
|
||||
"options":{
|
||||
"target":"PopupWindow",
|
||||
"popup_options":{
|
||||
"archor":"cc",
|
||||
"width":"70%",
|
||||
"height":"70%"
|
||||
},
|
||||
"cwidth":10,
|
||||
"items":[
|
||||
{% if get_user() %}
|
||||
{
|
||||
"name":"reasoning_console",
|
||||
"label":"推理控制台",
|
||||
"url":"{{entire_url('/harnessed_reasoning/hermes_reasoning')}}"
|
||||
},
|
||||
{
|
||||
"name":"reasoning_sessions",
|
||||
"label":"推理会话",
|
||||
"url":"{{entire_url('/harnessed_reasoning/sessions')}}"
|
||||
},
|
||||
{
|
||||
"name":"reasoning_config",
|
||||
"label":"推理配置",
|
||||
"url":"{{entire_url('/harnessed_reasoning/config')}}"
|
||||
}
|
||||
{% endif %}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user