diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index 8cf808a..cd1fc6a 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -13,21 +13,21 @@ { "name": "model_plaza", "label": "模型广场", - "icon": "fa fa-cubes", + "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/llmage/model_plaza.ui')}}", "target": "app.sage_main_content" } ,{ "name": "reallife_asset", "label": "真人素材", - "icon": "fa fa-user-circle", + "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/reallife_asset/index.ui')}}", "target": "app.sage_main_content" } ,{ "name": "llm_api", "label": "大模型API调用", - "icon": "fa fa-rocket", + "icon": "{{entire_url('/imgs/rocket.svg')}}", "url": "{{entire_url('/dashboard_for_sage/api_doc.ui')}}", "target": "app.sage_main_content" } @@ -35,21 +35,21 @@ ,{ "name": "users", "label": "用户管理", - "icon": "fa fa-users", + "icon": "{{entire_url('/imgs/users.svg')}}", "url": "{{entire_url('/rbac/users')}}", "target": "app.sage_main_content" } ,{ "name": "apikey_manage", "label": "API Key管理", - "icon": "fa fa-key", + "icon": "{{entire_url('/imgs/key.svg')}}", "url": "{{entire_url('/uapi/upappkey/index.ui')}}", "target": "app.sage_main_content" } ,{ "name": "accounting_center", "label": "账务中心", - "icon": "fa fa-coins", + "icon": "{{entire_url('/imgs/coins.svg')}}", "items": [ { "name": "my_accounts", @@ -76,7 +76,7 @@ { "name": "dashboard", "label": "仪表盘", - "icon": "fa fa-dashboard", + "icon": "{{entire_url('/imgs/dashboard.svg')}}", "url": "{{entire_url('/dashboard_for_sage/index.ui')}}", "target": "app.sage_main_content" } diff --git a/wwwroot/imgs/coins.svg b/wwwroot/imgs/coins.svg new file mode 100644 index 0000000..63c56c9 --- /dev/null +++ b/wwwroot/imgs/coins.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwroot/imgs/cubes.svg b/wwwroot/imgs/cubes.svg new file mode 100644 index 0000000..0dc04d5 --- /dev/null +++ b/wwwroot/imgs/cubes.svg @@ -0,0 +1,3 @@ + + + diff --git a/wwwroot/imgs/dashboard.svg b/wwwroot/imgs/dashboard.svg new file mode 100644 index 0000000..a2f716c --- /dev/null +++ b/wwwroot/imgs/dashboard.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwroot/imgs/key.svg b/wwwroot/imgs/key.svg new file mode 100644 index 0000000..8c0edec --- /dev/null +++ b/wwwroot/imgs/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/wwwroot/imgs/rocket.svg b/wwwroot/imgs/rocket.svg new file mode 100644 index 0000000..07da7cb --- /dev/null +++ b/wwwroot/imgs/rocket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wwwroot/imgs/user-circle.svg b/wwwroot/imgs/user-circle.svg new file mode 100644 index 0000000..dba2e7c --- /dev/null +++ b/wwwroot/imgs/user-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wwwroot/imgs/users.svg b/wwwroot/imgs/users.svg new file mode 100644 index 0000000..7889a1a --- /dev/null +++ b/wwwroot/imgs/users.svg @@ -0,0 +1,5 @@ + + + + +