From e8f9fe9bd4e925373840437e43638dc591ed295e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=9E=E4=BB=95=E6=B5=A9?= Date: Mon, 1 Aug 2022 03:23:21 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=E6=96=B0=E5=A2=9EonContex?= =?UTF-8?q?tMenuShow=E5=B1=9E=E6=80=A7=20Signed-off-by:=20yushihao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/components/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index 8af243a..a4dc014 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -9,6 +9,6 @@ "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest", - "onPermissionRequest" + "onPermissionRequest", "onContextMenuShow" ] }