diff --git a/.gitignore b/.gitignore index 3ff6db9..304527d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ .externalNativeBuild .cxx /androidTest -zykey.jks +app/zykey.jks diff --git a/README.md b/README.md index 4872580..106e230 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## ZY Player Android 资源播放器 -基于[ZY-Player](https://github.com/Hunlongyu/ZY-Player)开发的Android版本视频播放器,免费无广告 +基于[ZY-Player](https://github.com/Hunlongyu/ZY-Player)开发的Android版本视频播放器 ### 公告:这段时间工作太忙一直没更新,近期将会重新开始下一个版本的开发。 @@ -11,25 +11,36 @@ ### 截图 -| 首页(搜索) | 详情页 | +| 首页 | 收藏 | | :-------------------------------: | :-------------------------------: | -| ![home](./images/image1.jpg) | ![detail](./images/image2.jpg) | -| 下载 | | -| ![home](./images/image3.jpg) | | +| ![home](./images/image1.jpg) | ![collect](./images/image2.jpg) | +| 我的 | 详情 | +| ![mine](./images/image3.jpg) | ![detail](./images/image4.jpg) | +| 搜索 | | +| ![search](./images/image5.jpg) | | ### TODO - 视频下载(应用内) -- 视频收藏 - 详情页展示优化 - 美化界面 - 视频分享 - 多主题 - 多语言 - 投屏 +- 播放历史 +- 播放器倍速 +- 搜索全部源 ### 版本记录 +#### v2.0.0 + +- 新版ui和数据解析 +- 收藏 +- 搜索历史 +- 问题反馈 + #### v1.0.2 - 修复8.0设备无法启动应用的问题 diff --git a/images/image1.jpg b/images/image1.jpg index dc10f02..c6119be 100644 Binary files a/images/image1.jpg and b/images/image1.jpg differ diff --git a/images/image2.jpg b/images/image2.jpg index 91a31c9..c9b0ee9 100644 Binary files a/images/image2.jpg and b/images/image2.jpg differ diff --git a/images/image3.jpg b/images/image3.jpg index 9b9a959..b28dca6 100644 Binary files a/images/image3.jpg and b/images/image3.jpg differ diff --git a/images/image4.jpg b/images/image4.jpg new file mode 100644 index 0000000..e683d29 Binary files /dev/null and b/images/image4.jpg differ diff --git a/images/image5.jpg b/images/image5.jpg new file mode 100644 index 0000000..53882b9 Binary files /dev/null and b/images/image5.jpg differ diff --git a/release/ZY-Player-Android-2.0.0.apk b/release/ZY-Player-Android-2.0.0.apk new file mode 100644 index 0000000..a1e3a6f Binary files /dev/null and b/release/ZY-Player-Android-2.0.0.apk differ