Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Jun 7, 2020
1 parent 2d2cfe3 commit f00a3ec
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 10 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@

[DEMO](https://journey-ad.github.io/pixiv-viewer)

[APK(5+)](https://github.com/journey-ad/pixiv-viewer/raw/master/pics/pixiv_viewer_0603041715.apk)
[APK(5+)](https://github.com/journey-ad/pixiv-viewer/raw/master/pics/pixiv_viewer_0607231648.apk)

<kbd><img src="pics/Screenshot_0.jpg" width="280"></kbd> <kbd><img src="pics/Screenshot_1.jpg" width="280"></kbd> <kbd><img src="pics/Screenshot_2.jpg" width="280"></kbd>

<kbd><img src="pics/Screenshot_3.jpg" width="280"></kbd> <kbd><img src="pics/Screenshot_4.jpg" width="280"></kbd> <kbd><img src="pics/Screenshot_5.jpg" width="280"></kbd>


## TODO
## Features
- [x] 基础页面
- [x] 首页信息流
- [x] 排行榜
Expand All @@ -20,10 +15,26 @@
- [x] 搜索功能
- [x] 以图搜图
- [x] 动图播放
- [x] 动图下载
- [x] 动图下载(ZIP/GIF/WebM 仅支持 web 端)
- [ ] 历史记录
- [ ] 左右滑动浏览作品

## TODO
- [ ] 使用 localForage 存储缓存
- [ ] 多端样式适配
- [ ] APP 端保存文件
- [ ] 热更新资源文件

## Preview

<kbd><img src="pics/Screenshot_0.jpg" width="390"></kbd> <kbd><img src="pics/Screenshot_1.jpg" width="390"></kbd>

<kbd><img src="pics/Screenshot_2.jpg" width="390"></kbd> <kbd><img src="pics/Screenshot_3.jpg" width="390"></kbd>

<kbd><img src="pics/Screenshot_4.jpg" width="390"></kbd> <kbd><img src="pics/Screenshot_5.jpg" width="390"></kbd>

<kbd><img src="pics/Screenshot_6.jpg" width="390"></kbd> <kbd><img src="pics/Screenshot_7.jpg" width="390"></kbd>

## Project setup
```
yarn install
Expand All @@ -46,3 +57,17 @@ yarn lint

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## Credit
- Vue:前端框架
- Vant UI:组件库
- 自己的 [Pixiv API](https://api.imjad.cn/pixiv_v2.md):提供大部分接口支持
- [SauceNAO](https://saucenao.com/):以图搜图功能接口
- [Cloudflare Workers](https://workers.cloudflare.com/):图像反代服务
- Github Pages:提供页面托管服务
- Travis CI:提供持续集成服务
- HTML5+:App 功能支持
- HBuilder X:云打包 App

## LICENSE
[![MIT License Copyright (c) 2020 Jad](https://img.shields.io/github/license/journey-ad/pixiv-viewer)](https://github.com/journey-ad/pixiv-viewer/blob/master/LICENSE)
Binary file modified pics/Screenshot_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pics/Screenshot_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pics/Screenshot_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pics/Screenshot_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pics/Screenshot_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pics/Screenshot_5.jpg
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/Screenshot_6.jpg
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/Screenshot_7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"id": "pixiv_viewer",
"name": "Pixiv Viewer",
"version": {
"name": "1.0.3",
"code": "103"
"name": "1.0.4",
"code": "104"
},
"description": "Pixiv Viewer",
"icons": {
Expand Down

0 comments on commit f00a3ec

Please sign in to comment.