Skip to content

Commit

Permalink
更新README;更改应用图标;细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-P-J committed Aug 20, 2023
1 parent 04254c9 commit 452ab38
Show file tree
Hide file tree
Showing 29 changed files with 90 additions and 174 deletions.
Binary file modified AppScope/resources/base/media/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 87 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,88 @@
# AnimeZ
AnimeZ
<img src="entry/src/main/resources/base/media/icon.png" width="128px" style="box-shadow: 2px 2px 4px 4px #eeeeee; border-radius: 16px; margin: 16px"/>
OpenHarmony开源看动漫应用。__数据均来源于网络,仅供学习交流!__



## 开发环境

- 一加6T OpenHarmony 3.2
- DevEco Studio 3.1 Beta1
- SDK API9 3.2.13.5



## 已实现
- 番剧列表、番剧搜索、番剧观看、番剧下载
- 视频下载列表、视频收藏、历史记录、搜索记录
- 支持AVPlayer、Video控件和IjkPlayer三种播放器(其中Video和IjkPlayer目前都不够完善,推荐使用AVPlayer)
- 支持M3u8视频离线缓存,支持离线观看M3u8视频
- 支持切换暗色模式



## 待实现
- 支持更多番剧数据源
- 搜索时支持同时搜索多个数据源
- 支持番剧分类、时间表等功能
- 视频播放支持投屏、小窗播放等功能
- 支持搜索下载列表、历史播放和收藏记录
- 手势切换视频进度、视频音量和屏幕亮度



## 截图预览

<div>
<img src="pics/img.png" width="19%" />
<img src="pics/img_1.png" width="19%" />
<img src="pics/img_2.png" width="19%" />
<img src="pics/img_3.png" width="19%" />
<img src="pics/img_4.png" width="19%" />
<img src="pics/img_5.png" width="19%" />
<img src="pics/img_6.png" width="19%" />
<img src="pics/img_7.png" width="19%" />
<img src="pics/img_8.png" width="19%" />
<img src="pics/img_9.png" width="19%" />
<img src="pics/img_10.png" width="19%" />
<img src="pics/img_11.png" width="19%" />
<img src="pics/img_12.png" width="19%" />
<img src="pics/img_13.png" width="19%" />
<img src="pics/img_14.png" width="19%" />
<img src="pics/img_15.png" width="19%" />
<img src="pics/img_16.png" width="19%" />
<img src="pics/img_17.png" width="19%" />
<img src="pics/img_18.png" width="19%" />
<img src="pics/img_19.png" width="19%" />
<img src="pics/img_20.png" width="49%" />
<img src="pics/img_21.png" width="49%" />
</div>



## 更新日志

- 2023/08/20
- 初始提交



## License

```text
Copyright 2023 Z-P-J
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
2 changes: 2 additions & 0 deletions entry/src/main/ets/pages/AppInfoPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ struct AppInfoPage {
.height(64)
.width(64)
.margin({top: 56})
.borderRadius(16)
.shadow({ radius: 12, color: getTheme(this.theme).isDarkTheme ? '#333333' : '#aaaaaa', offsetX: 6, offsetY: 6 })
Text($r('app.string.EntryAbility_label'))
.fontSize(18)
.fontColor(getTheme(this.theme).color_text_major)
Expand Down
170 changes: 0 additions & 170 deletions entry/src/main/ets/pages/Page2.ets

This file was deleted.

2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/SearchPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct SearchPage {
.onClick(() => {
router.back()
})
TextInput({ placeholder: '输入关键字...' })
TextInput({ placeholder: '输入关键字...', text: this.keyword })
.placeholderFont({ size: 14, weight: 300 })
.placeholderColor('#817977')
.fontColor(getTheme(this.theme).color_text_major)
Expand Down
Binary file modified entry/src/main/resources/base/media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions entry/src/main/resources/base/profile/main_pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
"pages/Index",
"pages/VideoDetailPage",
"pages/TestPage",
"pages/Page2",
"pages/SearchPage",
"pages/SettingsPage",
"pages/AboutMePage",
"pages/AppInfoPage",
"pages/VideoHistoryPage",
"pages/VideoCollectionPage",
"pages/DownloadManagerPage",
"pages/TestDetail",
"pages/LocalVideoPlayerPage",
"pages/WebPage"
]
Expand Down
Binary file added pics/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/img_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 452ab38

Please sign in to comment.