diff --git a/README.md b/README.md
index e2e666fa..935eb93e 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ npm run serve
- 幻灯片模板
- 翻页动画
- 元素动画(入场、退场、强调)
+- 选择面板(隐藏元素、层级排序、元素命名)
### 幻灯片元素编辑
- 元素添加、删除
- 元素复制粘贴
@@ -140,6 +141,7 @@ npm run serve
### 幻灯片放映
- 全部幻灯片预览
- 画笔、黑板工具
+- 计时器工具
- 激光笔
- 自动放映
- 演讲者视图
diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts
index cdbabe6b..a123a83b 100644
--- a/src/plugins/icon.ts
+++ b/src/plugins/icon.ts
@@ -111,6 +111,7 @@ import {
FormatBrush,
PreviewOpen,
PreviewClose,
+ StopwatchStart,
} from '@icon-park/vue-next'
export const icons = {
@@ -223,6 +224,7 @@ export const icons = {
IconFormatBrush: FormatBrush,
IconPreviewOpen: PreviewOpen,
IconPreviewClose: PreviewClose,
+ IconStopwatchStart: StopwatchStart,
}
export default {
diff --git a/src/views/Screen/BaseView.vue b/src/views/Screen/BaseView.vue
index e2682557..7fe4ef9f 100644
--- a/src/views/Screen/BaseView.vue
+++ b/src/views/Screen/BaseView.vue
@@ -25,6 +25,11 @@
@close="writingBoardToolVisible = false"
/>
+