From 32e8564d99315695b4d07b80082d3da92451119c Mon Sep 17 00:00:00 2001 From: aibin Date: Thu, 16 Nov 2023 10:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9VideoPlayer=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?Readme=E4=B8=AD=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aibin --- Media/VideoPlayer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Media/VideoPlayer/README.md b/Media/VideoPlayer/README.md index c1250031..b072a85d 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 -- Gitee