From ea3f899593f47c1c6fe708495af0a091a3c73d5f Mon Sep 17 00:00:00 2001 From: Kairlec <sunfokairlec@gmail.com> Date: 星期日, 23 四月 2023 17:08:53 +0800 Subject: [PATCH] fix `Notification is not defined` on Android Webview or under ios16.4 --- web_src/src/layout/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/web_src/src/layout/index.vue b/web_src/src/layout/index.vue index dccf662..d6afcf6 100644 --- a/web_src/src/layout/index.vue +++ b/web_src/src/layout/index.vue @@ -24,6 +24,9 @@ } </script> <style> +body{ + font-family: sans-serif; +} /*瀹氫箟鏍囬鏍�*/ .page-header { background-color: #FFFFFF; -- Gitblit v1.8.0