This commit is contained in:
Vanessa 2023-04-29 14:58:37 +08:00
parent eeaced6036
commit a50ea607db

View file

@ -192,3 +192,9 @@ window.openFileByURL = (openURL) => {
}
return false;
};
/// #if BROWSER
window.showKeyboardToolbar = () => {
// 防止 Pad 端报错
};
/// #endif