From 2ca1699364f002c72b488ca0da723647a4f7c5ac Mon Sep 17 00:00:00 2001 From: fangxiang Date: Wed, 20 Apr 2022 11:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=94=AF=E6=8C=81=E6=A3=80=E6=B5=8B=EF=BC=8C?= =?UTF-8?q?=E5=AF=B9=E4=B8=8D=E6=94=AF=E6=8C=81=E5=85=A8=E5=B1=8F=E7=9A=84?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E8=BF=9B=E8=A1=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN/index.ts | 3 +++ src/pad/TopToolbar.vue | 25 ++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index 90e156e..011657a 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -471,4 +471,7 @@ export default { CN_BERWEEN_SUFFIX: "之间", "full screen": "全屏", "exit full screen": "退出全屏", + "on the iPad, only Safari supports full screen": + "在iPad上, 只有Safari浏览器支持全屏", + "the current browser does not support full screen": "当前浏览器不支持全屏", }; diff --git a/src/pad/TopToolbar.vue b/src/pad/TopToolbar.vue index 201a743..92c36ca 100644 --- a/src/pad/TopToolbar.vue +++ b/src/pad/TopToolbar.vue @@ -24,6 +24,7 @@ /> { + console.log(e); + }); } }, };