From 03a18c1f3b2b76d6c3f75d678c8d0072ad4581f7 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Sat, 29 Mar 2025 19:00:08 +0800 Subject: [PATCH] fix(WebviewContainer): update webview partition to use a generic identifier --- src/renderer/src/components/MinApp/WebviewContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/MinApp/WebviewContainer.tsx b/src/renderer/src/components/MinApp/WebviewContainer.tsx index fe13a734..f56cdc08 100644 --- a/src/renderer/src/components/MinApp/WebviewContainer.tsx +++ b/src/renderer/src/components/MinApp/WebviewContainer.tsx @@ -67,7 +67,7 @@ const WebviewContainer = memo( ref={setRef(appid)} style={WebviewStyle} allowpopups={'true' as any} - partition={`persist:webview-${appid}`} + partition="persist:webview" nodeintegration={'true' as any} /> )