From 0af1c14b29d5bcde27dd24afb63ee495a39cd0a4 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 10 May 2021 21:03:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c2fd33..6fac414b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ npm run serve # 📚 功能列表 ## 通用功能 -- 历史记录 +- 历史记录(撤销、重做) - 快捷键 - 右键菜单 @@ -28,6 +28,7 @@ npm run serve - 页面复制粘贴 - 背景设置(纯色、渐变、图片) - 网格线 +- 画布缩放 - 主题设置 - 幻灯片备注 @@ -103,6 +104,8 @@ npm run serve - [ ] 公式元素 - [ ] 导出、导入 +> 作为一个在线幻灯片,导出、导入PPTX文件是非常重要的功能。但是经过本人一段时间的调研发现,该功能实现起来的复杂度远超过了预期。由于个人时间有限,暂时可能无法集中精力来做该功能,短时间内还是会更多优先去提升其他方面的使用体验。如果有做过相关内容的朋友,也欢迎给我提建议。 + # 💡 常见问题 **Q. 为什么xxx快捷键没有作用?**