Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgh136/pixes
Unofficial pixiv app
https://github.com/wgh136/pixes
android-app flutter ios-app linux-app macos-app pixiv windows-app
Last synced: 27 days ago
JSON representation
Unofficial pixiv app
- Host: GitHub
- URL: https://github.com/wgh136/pixes
- Owner: wgh136
- License: mit
- Created: 2024-05-13T01:36:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T13:51:22.000Z (about 1 month ago)
- Last Synced: 2024-10-04T03:54:06.807Z (about 1 month ago)
- Topics: android-app, flutter, ios-app, linux-app, macos-app, pixiv, windows-app
- Language: Dart
- Homepage:
- Size: 17.5 MB
- Stars: 86
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixes
[![flutter](https://img.shields.io/badge/flutter-3.22.3-blue)](https://flutter.dev/)
[![License](https://img.shields.io/github/license/wgh136/pixes)](https://github.com/wgh136/pixes/blob/master/LICENSE)
[![Download](https://img.shields.io/github/v/release/wgh136/pixes)](https://github.com/wgh136/pixes)
[![stars](https://img.shields.io/github/stars/wgh136/pixes)](https://github.com/wgh136/pixes/stargazers)非官方 Pixiv app, 支持 Windows, Android, iOS, macOS, linux
主要功能均已实现
## 下载
在 [Release](https://github.com/wgh136/pixes/releases) 页面下载
## 从源代码构建
### 准备工作
安装Stable版的Flutter
### 构建Android
将你的证书文件(`key.jks`, `key.properties`)放在`android`目录下
执行`flutter build apk`构建apk
### 构建iOS
执行`flutter build ios`构建iOS程序
### 构建Windows
执行`python windows/build_windows.py`构建Windows程序
### 构建macOS
执行`flutter build macos`构建macOS程序
### 构建Linux
执行`python3 debian/build.py`构建deb包
如果你使用其他发行版, 请注意`.desktop`文件中需要注册 URI Scheme `pixiv`
## 屏幕截图