# pixiv-viewer
**Repository Path**: kjundada/pixiv-viewer
## Basic Information
- **Project Name**: pixiv-viewer
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-03
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pixiv-viewer
[](https://www.travis-ci.org/journey-ad/pixiv-viewer)
[DEMO](https://journey-ad.github.io/pixiv-viewer)
[APK(5+)](https://github.com/journey-ad/pixiv-viewer/raw/master/pics/pixiv_viewer_0607231648.apk)
## Features
- [x] 基础页面
- [x] 首页信息流
- [x] 排行榜
- [x] 作品页面
- [x] 作者信息页面
- [x] 设置页面
- [x] 搜索功能
- [x] 以图搜图
- [x] 动图播放
- [x] 动图下载(ZIP/GIF/WebM 仅支持 web 端)
- [ ] 历史记录
- [ ] 左右滑动浏览作品
## TODO
- [ ] 使用 localForage 存储缓存
- [ ] 多端样式适配
- [ ] APP 端保存文件
- [ ] 热更新资源文件
## Preview
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
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
[](https://github.com/journey-ad/pixiv-viewer/blob/master/LICENSE)