From 0b2824c3b0cab79f054a08cf236823c112ed586f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Fri, 28 Nov 2025 16:47:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=B9=B6=E6=9B=B4=E6=96=B0=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env | 2 +- web/i18n/messages/cn.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/.env b/web/.env index f05f23e..3e130e9 100644 --- a/web/.env +++ b/web/.env @@ -1,3 +1,3 @@ -VITE_TITLE = '管理后台' +VITE_TITLE = '估值后台管理系统' VITE_PORT = 3100 \ No newline at end of file diff --git a/web/i18n/messages/cn.json b/web/i18n/messages/cn.json index 3afb4ae..5cd2a14 100644 --- a/web/i18n/messages/cn.json +++ b/web/i18n/messages/cn.json @@ -1,6 +1,6 @@ { "lang": "中文", - "app_name": "Vue FastAPI Admin", + "app_name": "估值后台管理系统", "header": { "label_profile": "个人信息", "label_logout": "退出登录", @@ -83,4 +83,4 @@ "update": "修改" } } -} +} \ No newline at end of file