From df9c32450f1a03ef1dda5ea303d6d5da760a2e39 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 08:17:29 +0800 Subject: [PATCH] fix: menu.ui labels changed to Chinese --- wwwroot/menu.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 63b1b60..52194b5 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -5,17 +5,17 @@ "items": [ { "name": "dashboard_config", - "label": "dashboard_config", + "label": "仪表板配置", "url": "{{entire_url('/unified_dashboard/dashboard_config')}}" }, { "name": "report_template", - "label": "report_template", + "label": "报表模板", "url": "{{entire_url('/unified_dashboard/report_template')}}" }, { "name": "user_dashboard", - "label": "user_dashboard", + "label": "用户仪表板", "url": "{{entire_url('/unified_dashboard/user_dashboard')}}" } ]