From a50ea607db604b7d45dda89110c598e820e54266 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 29 Apr 2023 14:58:37 +0800 Subject: [PATCH] :art: --- app/src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/src/index.ts b/app/src/index.ts index a9c945528..f81b03043 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -192,3 +192,9 @@ window.openFileByURL = (openURL) => { } return false; }; + +/// #if BROWSER +window.showKeyboardToolbar = () => { + // 防止 Pad 端报错 +}; +/// #endif