From b8a56bfedb9ff02047e74c6f537f347aaef308ce Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 22 Apr 2022 17:26:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=BE=E6=98=A0=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=BF=80=E5=85=89=E7=AC=94=E6=8C=87=E9=92=88?= =?UTF-8?q?=EF=BC=88#89=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/plugins/icon.ts | 2 ++ src/views/Screen/BaseView.vue | 14 +++++++++++--- src/views/Screen/PresenterView.vue | 17 ++++++++++++++--- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6742ff63..e6e2893a 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ npm run serve - 元素入场动画 - 全部幻灯片预览 - 画笔、黑板工具 +- 激光笔 - 自动放映 - 演讲者视图 diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts index bc3810b9..02faf6d2 100644 --- a/src/plugins/icon.ts +++ b/src/plugins/icon.ts @@ -96,6 +96,7 @@ import { OffScreenOne, Power, ListView, + Magic, } from '@icon-park/vue-next' export default { @@ -215,6 +216,7 @@ export default { app.component('IconElectronicPen', ElectronicPen) app.component('IconPower', Power) app.component('IconListView', ListView) + app.component('IconMagic', Magic) // 视频播放器 app.component('IconPause', Pause) diff --git a/src/views/Screen/BaseView.vue b/src/views/Screen/BaseView.vue index 4c24b723..2d015ab6 100644 --- a/src/views/Screen/BaseView.vue +++ b/src/views/Screen/BaseView.vue @@ -1,5 +1,5 @@