From c092e284da011eb55722dcc354e2354d5a77a630 Mon Sep 17 00:00:00 2001 From: JJ-Choi1999 <2486595624@qq.com> Date: Thu, 1 May 2025 17:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=8E=B0=E6=9B=BF=E6=8D=A2Dify=20titl?= =?UTF-8?q?e=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/(commonLayout)/apps/Apps.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/(commonLayout)/apps/Apps.tsx b/web/app/(commonLayout)/apps/Apps.tsx index 1375f4dfd6..36489cbb90 100644 --- a/web/app/(commonLayout)/apps/Apps.tsx +++ b/web/app/(commonLayout)/apps/Apps.tsx @@ -96,6 +96,7 @@ const Apps = () => { ] useEffect(() => { + // [todo] 替换页面title方法, 全量替换 - Dify document.title = `${t('common.menus.apps')} - Dify` if (localStorage.getItem(NEED_REFRESH_APP_LIST_KEY) === '1') { localStorage.removeItem(NEED_REFRESH_APP_LIST_KEY)