修改VideoPlayer工程Readme中代码结构错误

Signed-off-by: aibin <aibin@openvalley.net>
This commit is contained in:
aibin 2023-11-16 10:55:24 +08:00
parent 99ef5b3b98
commit 32e8564d99

View File

@ -62,7 +62,7 @@
│ │ │ ├──CommonConstants.ets // 公共常量类
│ │ │ ├──HomeConstants.ets // 首页常量类
│ │ │ └──PlayConstants.ets // 视频播放页面常量类
│ │ ├──constants
│ │ ├──model
│ │ │ ├──HomeTabModel.ets // 首页参数模型
│ │ │ └──PlayerModel.ets // 播放参数模型
│ │ └──util