An open API service indexing awesome lists of open source software.

https://github.com/journey-ad/pixiv-viewer

又一个Pixiv阅览工具
https://github.com/journey-ad/pixiv-viewer

Last synced: about 2 months ago
JSON representation

又一个Pixiv阅览工具

Awesome Lists containing this project

README

        

pixiv-viewer

# pixiv-viewer
![Github CI](https://github.com/journey-ad/pixiv-viewer/workflows/Github%20CI/badge.svg?branch=master)

[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] 动图播放
- [x] 动图下载(ZIP/GIF/WebM 仅支持 web 端)
- [x] 使用 localForage 存储缓存
- [x] 多端样式适配
- [ ] 历史记录
- [ ] 左右滑动浏览作品

## 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:组件库
- [HibiAPI](https://github.com/mixmoe/HibiAPI):提供接口支持
- [SauceNAO](https://saucenao.com/):以图搜图功能接口
- [Cloudflare Workers](https://workers.cloudflare.com/):图像反代服务
- Github Pages:提供页面托管服务
- Github Actions:提供持续集成服务

## 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)