https://github.com/journey-ad/pixiv-viewer
又一个Pixiv阅览工具
https://github.com/journey-ad/pixiv-viewer
Last synced: about 2 months ago
JSON representation
又一个Pixiv阅览工具
- Host: GitHub
- URL: https://github.com/journey-ad/pixiv-viewer
- Owner: journey-ad
- License: mit
- Created: 2020-04-12T21:23:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T17:00:40.000Z (6 months ago)
- Last Synced: 2025-01-12T00:15:23.461Z (3 months ago)
- Language: Vue
- Homepage: https://lab.getloli.com/pixiv-viewer/
- Size: 48.4 MB
- Stars: 273
- Watchers: 8
- Forks: 57
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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] 动图播放
- [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
[](https://github.com/journey-ad/pixiv-viewer/blob/master/LICENSE)