From b7f545a3da713d4f55d1208ff55a7f2781f3217d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 11:11:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=94=B9=E7=94=A8=E6=9C=AC=E5=9C=B0SVG=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3Font=20Awesome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 14 +++++++------- wwwroot/imgs/coins.svg | 5 +++++ wwwroot/imgs/cubes.svg | 3 +++ wwwroot/imgs/dashboard.svg | 6 ++++++ wwwroot/imgs/key.svg | 3 +++ wwwroot/imgs/rocket.svg | 6 ++++++ wwwroot/imgs/user-circle.svg | 5 +++++ wwwroot/imgs/users.svg | 5 +++++ 8 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 wwwroot/imgs/coins.svg create mode 100644 wwwroot/imgs/cubes.svg create mode 100644 wwwroot/imgs/dashboard.svg create mode 100644 wwwroot/imgs/key.svg create mode 100644 wwwroot/imgs/rocket.svg create mode 100644 wwwroot/imgs/user-circle.svg create mode 100644 wwwroot/imgs/users.svg 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 @@ + + + + +