diff --git a/Media/VideoPlayer/README.md b/Media/VideoPlayer/README.md index c1250031404a659e7521ccab2b10e4e850c2966b..b072a85d9f7ca737232fd8949597cb976d23ac4a 100644 --- a/Media/VideoPlayer/README.md +++ b/Media/VideoPlayer/README.md @@ -62,7 +62,7 @@ │ │ │ ├──CommonConstants.ets // 公共常量类 │ │ │ ├──HomeConstants.ets // 首页常量类 │ │ │ └──PlayConstants.ets // 视频播放页面常量类 -│ │ ├──constants +│ │ ├──model │ │ │ ├──HomeTabModel.ets // 首页参数模型 │ │ │ └──PlayerModel.ets // 播放参数模型 │ │ └──util