feat: global_menu 添加模型广场入口 (customer菜单首位)
This commit is contained in:
parent
81c6151228
commit
b903f1022e
@ -11,6 +11,13 @@
|
|||||||
"items": [
|
"items": [
|
||||||
{% if is_customer %}
|
{% 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",
|
"name": "reallife_asset",
|
||||||
"label": "真人素材",
|
"label": "真人素材",
|
||||||
"icon": "fa fa-user-circle",
|
"icon": "fa fa-user-circle",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user