feat: global_menu 添加模型广场入口 (customer菜单首位)

This commit is contained in:
yumoqing 2026-05-31 11:08:12 +08:00
parent 81c6151228
commit b903f1022e

View File

@ -11,6 +11,13 @@
"items": [
{% if is_customer %}
{
"name": "model_plaza",
"label": "模型广场",
"icon": "fa fa-cubes",
"url": "{{entire_url('/llmage/model_plaza.ui')}}",
"target": "app.sage_main_content"
}
,{
"name": "reallife_asset",
"label": "真人素材",
"icon": "fa fa-user-circle",