From 188d2b105f8f6e23cde02635cb1ad3b1ada30159 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Wed, 15 Apr 2026 18:59:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=BC=94=E7=A4=BA=E6=A8=A1=E7=B3=8A=E6=A8=A1=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=BD=A6=E7=89=8C=E7=AD=89=E6=95=8F=E6=84=9F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=201.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shell.tsx 的 DemoModeProvider 之前设为 enabled={true},Blur 组件包裹的 车牌/客户名/经理名全部被 blur(5px) 盖住。改为 false 恢复真实显示。 Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- src/components/Shell.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9624f62..58d50c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ln-bi", "private": true, - "version": "1.1.4", + "version": "1.1.5", "type": "module", "scripts": { "dev": "concurrently -n server,client -c blue,green \"npm run dev:server\" \"npm run dev:client\"", diff --git a/src/components/Shell.tsx b/src/components/Shell.tsx index fd6a4ee..b84f144 100644 --- a/src/components/Shell.tsx +++ b/src/components/Shell.tsx @@ -70,7 +70,7 @@ export function Shell({ modules }: { modules: ModuleConfig[] }) { }, [user]); return ( - +
{/* 全局水印 */}