portal/wwwroot/user_menu.ui
Hermes Agent f34ebcae43 feat: 主页右上角添加用户信息组件
- index.ui: 拆分导航栏为HBox(logo+链接+CTA | 用户信息)
- portal_userinfo.ui: 未登录显示登录/注册按钮,已登录显示用户头像+用户名
- user_menu.ui: 登录后下拉菜单(个人信息、退出登录)
- cms_styles.css: 添加用户信息区域样式
2026-06-16 11:07:04 +08:00

19 lines
317 B
XML

{
"widgettype": "Menu",
"options": {
"cwidth": 10,
"items": [
{
"name": "profile",
"label": "个人信息",
"submenu": "{{entire_url('/rbac/user/userinfo.ui')}}"
},
{
"name": "logout",
"label": "退出登录",
"submenu": "{{entire_url('/rbac/user/logout.dspy')}}"
}
]
}
}