Merge branch 'master' of github.com:pipipi-pikachu/ppt_online_editor

This commit is contained in:
pipipi-pikachu 2022-06-24 15:51:16 +08:00
commit e6773a4d81

View File

@ -228,7 +228,7 @@ A. 首先需要明确的一点,就是移动端无论怎么做,体验上都
├── components // 公用的业务组件 ├── components // 公用的业务组件
├── Editor // 编辑器模块 ├── Editor // 编辑器模块
├── Screen // 播放器模块 ├── Screen // 播放器模块
└── Screen // 移动端模块 └── Mobile // 移动端模块
``` ```