38 lines
747 B
XML
38 lines
747 B
XML
{
|
|
"widgettype": "Bricks",
|
|
"options": {
|
|
"bricks": [
|
|
{
|
|
"type": "container",
|
|
"children": [
|
|
{
|
|
"type": "header",
|
|
"content": "Hermes Agent - 记忆管理"
|
|
},
|
|
{
|
|
"type": "crud",
|
|
"tablename": "memory",
|
|
"params": {
|
|
"title": "持久化记忆",
|
|
"description": "管理用户和系统持久化记忆",
|
|
"sortby": "created_at DESC",
|
|
"logined_userid": "user_id",
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id"],
|
|
"alters": {
|
|
"created_at": {
|
|
"type": "datetime"
|
|
},
|
|
"updated_at": {
|
|
"type": "datetime"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |