37 lines
706 B
XML
37 lines
706 B
XML
{
|
|
"widgettype": "Bricks",
|
|
"options": {
|
|
"bricks": [
|
|
{
|
|
"type": "container",
|
|
"children": [
|
|
{
|
|
"type": "header",
|
|
"content": "Hermes Agent - 用户会话管理"
|
|
},
|
|
{
|
|
"type": "crud",
|
|
"tablename": "sessions",
|
|
"params": {
|
|
"title": "用户会话",
|
|
"description": "管理用户AI代理会话",
|
|
"sortby": "created_at DESC",
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id"],
|
|
"alters": {
|
|
"created_at": {
|
|
"type": "datetime"
|
|
},
|
|
"updated_at": {
|
|
"type": "datetime"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |