pixivflow 2.0.41 → 2.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -24
- package/README_EN.md +35 -35
- package/dist/package.json +1 -1
- package/dist/webui/package.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
|
|
9
9
|
> 🎯 **PixivFlow** 是一个专业的 Pixiv 批量下载工具,支持插画和小说下载、定时任务、Docker 部署。适用于个人用户和服务器自动化场景。
|
|
10
10
|
|
|
11
|
-
> 📖 **[查看完整教程文档](https://
|
|
11
|
+
> 📖 **[查看完整教程文档](https://redtidev1918.github.io/PixivFlow/)** - 包含详细的使用教程、配置说明、部署指南和最佳实践
|
|
12
12
|
|
|
13
13
|
<!-- SEO Keywords: pixiv downloader, pixiv批量下载, pixiv自动化下载, pixiv批量下载工具, pixiv下载器, pixiv artwork downloader, pixiv novel downloader, pixiv cli tool, pixiv scheduler, pixiv automation, pixiv批量下载脚本, pixiv下载工具, pixiv作品下载, pixiv插画下载, pixiv小说下载, pixiv定时下载, pixiv爬虫, pixiv api client, pixiv命令行工具, pixiv服务器部署, pixiv docker, pixiv webui, pixiv管理界面 -->
|
|
14
14
|
|
|
15
|
-
[](https://github.com/redtidev1918/PixivFlow/stargazers)
|
|
16
|
+
[](https://github.com/redtidev1918/PixivFlow/network/members)
|
|
17
|
+
[](https://github.com/redtidev1918/PixivFlow/issues)
|
|
18
18
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
19
19
|
|
|
20
20
|
[](https://www.typescriptlang.org/)
|
|
21
21
|
[](https://nodejs.org/)
|
|
22
|
-
[](https://github.com/
|
|
23
|
-
[](https://github.com/
|
|
22
|
+
[](https://github.com/redtidev1918/PixivFlow)
|
|
23
|
+
[](https://github.com/redtidev1918/PixivFlow/graphs/commit-activity)
|
|
24
24
|
|
|
25
|
-
[📖 完整教程文档](https://
|
|
25
|
+
[📖 完整教程文档](https://redtidev1918.github.io/PixivFlow/) | [English](README_EN.md) | [中文](README.md)
|
|
26
26
|
|
|
27
27
|
</div>
|
|
28
28
|
|
|
@@ -149,7 +149,7 @@ pixivflow download
|
|
|
149
149
|
|
|
150
150
|
```bash
|
|
151
151
|
# 1. 克隆仓库
|
|
152
|
-
git clone https://github.com/
|
|
152
|
+
git clone https://github.com/redtidev1918/PixivFlow.git
|
|
153
153
|
cd pixivflow
|
|
154
154
|
|
|
155
155
|
# 2. 安装依赖
|
|
@@ -200,7 +200,7 @@ PORT=8080 pixivflow webui
|
|
|
200
200
|
|
|
201
201
|
> **说明**:
|
|
202
202
|
> - PixivFlow 只提供后端 API,不包含前端界面
|
|
203
|
-
> - **前端项目**:现代化的 React 前端界面请查看 [pixivflow-webui](https://github.com/
|
|
203
|
+
> - **前端项目**:现代化的 React 前端界面请查看 [pixivflow-webui](https://github.com/redtidev1918/PixivFlow-webui)
|
|
204
204
|
> - 可以通过 API 直接调用,或连接其他前端项目
|
|
205
205
|
> - **API 文档**:查看 [使用指南](docs/USAGE.md) 了解详细的 API 使用方法
|
|
206
206
|
|
|
@@ -391,6 +391,7 @@ PixivFlow 提供了丰富的脚本工具,所有脚本直接调用内置 CLI,
|
|
|
391
391
|
| [ARCHITECTURE](docs/ARCHITECTURE.md) | **架构说明** - 项目架构和技术实现细节 |
|
|
392
392
|
| [CLI_MIGRATION](docs/CLI_MIGRATION_SUMMARY.md) | **CLI 命令移植总结** - CLI 命令迁移和功能对照 |
|
|
393
393
|
| [CHANGELOG](docs/project/CHANGELOG.md) | 版本更新日志 |
|
|
394
|
+
| [RELEASING](docs/RELEASING.md) | **npm 发版指南** - 打 tag 自动发布到 npm |
|
|
394
395
|
| [CONTRIBUTING](docs/project/CONTRIBUTING.md) | 贡献指南 |
|
|
395
396
|
|
|
396
397
|
---
|
|
@@ -514,14 +515,14 @@ pixivflow config edit
|
|
|
514
515
|
|
|
515
516
|
| 类型 | 渠道 | 说明 |
|
|
516
517
|
|------|------|------|
|
|
517
|
-
| 🐛 **Bug 反馈** | [GitHub Issues](https://github.com/
|
|
518
|
-
| 💡 **功能建议** | [GitHub Discussions](https://github.com/
|
|
518
|
+
| 🐛 **Bug 反馈** | [GitHub Issues](https://github.com/redtidev1918/PixivFlow/issues) | 报告问题和错误 |
|
|
519
|
+
| 💡 **功能建议** | [GitHub Discussions](https://github.com/redtidev1918/PixivFlow/discussions) | 提出新功能想法 |
|
|
519
520
|
| 📖 **使用问题** | [查看文档](docs/README.md) | 查阅完整文档 |
|
|
520
521
|
| ✅ **环境检查** | `./scripts/pixiv.sh health` | 运行健康检查 |
|
|
521
|
-
| 💬 **社区交流** | [Discussions](https://github.com/
|
|
522
|
+
| 💬 **社区交流** | [Discussions](https://github.com/redtidev1918/PixivFlow/discussions) | 与其他用户交流 |
|
|
522
523
|
|
|
523
524
|
**提问前请先**:
|
|
524
|
-
1. 🔍 查看 [常见问题](
|
|
525
|
+
1. 🔍 查看 [常见问题](#-常见问题) 章节
|
|
525
526
|
2. 📖 阅读相关文档
|
|
526
527
|
3. ✅ 运行健康检查 `./scripts/pixiv.sh health`
|
|
527
528
|
4. 📋 查看运行日志 `./scripts/pixiv.sh logs`
|
|
@@ -535,10 +536,10 @@ pixivflow config edit
|
|
|
535
536
|
|
|
536
537
|
### 项目数据
|
|
537
538
|
|
|
538
|
-

|
|
540
|
+

|
|
541
|
+

|
|
542
|
+

|
|
542
543
|
|
|
543
544
|
</div>
|
|
544
545
|
|
|
@@ -599,24 +600,24 @@ pixivflow config edit
|
|
|
599
600
|
|
|
600
601
|
### ⭐ Star 这个项目
|
|
601
602
|
|
|
602
|
-
**[⭐ Star on GitHub](https://github.com/
|
|
603
|
+
**[⭐ Star on GitHub](https://github.com/redtidev1918/PixivFlow)** - 让更多人发现 PixivFlow!
|
|
603
604
|
|
|
604
605
|
---
|
|
605
606
|
|
|
606
|
-
Made with ❤️ by [
|
|
607
|
+
Made with ❤️ by [redtidev1918](https://github.com/redtidev1918)
|
|
607
608
|
|
|
608
609
|
**PixivFlow** - 让 Pixiv 作品收集变得优雅而高效
|
|
609
610
|
|
|
610
|
-
[⬆ 回到顶部](
|
|
611
|
+
[⬆ 回到顶部](#-pixivflow)
|
|
611
612
|
|
|
612
613
|
---
|
|
613
614
|
|
|
614
615
|
**相关链接**:
|
|
615
616
|
- [npm 包](https://www.npmjs.com/package/pixivflow)
|
|
616
|
-
- [GitHub 仓库](https://github.com/
|
|
617
|
-
- [前端项目 (pixivflow-webui)](https://github.com/
|
|
617
|
+
- [GitHub 仓库](https://github.com/redtidev1918/PixivFlow)
|
|
618
|
+
- [前端项目 (pixivflow-webui)](https://github.com/redtidev1918/PixivFlow-webui)
|
|
618
619
|
- [完整文档](docs/README.md)
|
|
619
|
-
- [问题反馈](https://github.com/
|
|
620
|
-
- [讨论区](https://github.com/
|
|
620
|
+
- [问题反馈](https://github.com/redtidev1918/PixivFlow/issues)
|
|
621
|
+
- [讨论区](https://github.com/redtidev1918/PixivFlow/discussions)
|
|
621
622
|
|
|
622
623
|
</div>
|
package/README_EN.md
CHANGED
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
Make Pixiv artwork collection elegant and efficient | 让 Pixiv 作品收集变得优雅而高效
|
|
8
8
|
|
|
9
|
-
[](https://github.com/redtidev1918/PixivFlow/stargazers)
|
|
10
|
+
[](https://github.com/redtidev1918/PixivFlow/network/members)
|
|
11
|
+
[](https://github.com/redtidev1918/PixivFlow/issues)
|
|
12
12
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
13
13
|
|
|
14
14
|
[](https://www.typescriptlang.org/)
|
|
15
15
|
[](https://nodejs.org/)
|
|
16
|
-
[](https://github.com/
|
|
17
|
-
[](https://github.com/
|
|
16
|
+
[](https://github.com/redtidev1918/PixivFlow)
|
|
17
|
+
[](https://github.com/redtidev1918/PixivFlow/graphs/commit-activity)
|
|
18
18
|
|
|
19
19
|
[Features](#features) • [Quick Start](#quick-start) • [CLI Commands](#cli-commands) • [Scripts](#script-tools) • [Use Cases](#use-cases)
|
|
20
20
|
|
|
21
|
-
[📖 Full Documentation](https://
|
|
21
|
+
[📖 Full Documentation](https://redtidev1918.github.io/PixivFlow/) | [English](README_EN.md) | [中文](README.md)
|
|
22
22
|
|
|
23
23
|
</div>
|
|
24
24
|
|
|
@@ -42,14 +42,14 @@ Make Pixiv artwork collection elegant and efficient | 让 Pixiv 作品收集变
|
|
|
42
42
|
- [🚀 Quick Start](#quick-start)
|
|
43
43
|
- [📋 Requirements](#requirements)
|
|
44
44
|
- [🎬 Quick Start (Recommended)](#quick-start-recommended)
|
|
45
|
-
- [🎯 Manual Setup](
|
|
45
|
+
- [🎯 Manual Setup](#-manual-setup)
|
|
46
46
|
- [🌐 API Server (Optional)](#api-server-optional)
|
|
47
47
|
- [🐳 Using Docker (Recommended)](#using-docker-recommended)
|
|
48
48
|
|
|
49
49
|
**Tools & Documentation**
|
|
50
50
|
- [🎨 CLI Commands](#cli-commands)
|
|
51
51
|
- [🚀 Core Commands](#core-commands)
|
|
52
|
-
- [⚙️ Configuration Management](
|
|
52
|
+
- [⚙️ Configuration Management](#-configuration-management)
|
|
53
53
|
- [📊 Monitoring and Maintenance](#monitoring-and-maintenance)
|
|
54
54
|
- [🛠️ Script Tools](#script-tools)
|
|
55
55
|
- [🎯 Main Control Script (Most Used)](#main-control-script-most-used)
|
|
@@ -57,8 +57,8 @@ Make Pixiv artwork collection elegant and efficient | 让 Pixiv 作品收集变
|
|
|
57
57
|
- [🐳 Docker Management](#docker-management)
|
|
58
58
|
- [📚 Documentation](#documentation)
|
|
59
59
|
- [🌟 Must Read for Beginners](#must-read-for-beginners)
|
|
60
|
-
- [📘 Advanced
|
|
61
|
-
- [🐳 Docker
|
|
60
|
+
- [📘 Advanced Docs](https://redtidev1918.github.io/PixivFlow/)
|
|
61
|
+
- [🐳 Docker Guide](docs/DOCKER.md)
|
|
62
62
|
- [📄 Project Documentation](#project-documentation)
|
|
63
63
|
|
|
64
64
|
**Usage & Configuration**
|
|
@@ -68,7 +68,7 @@ Make Pixiv artwork collection elegant and efficient | 让 Pixiv 作品收集变
|
|
|
68
68
|
- [Scenario 3: Quick Experience](#scenario-3-quick-experience---random-download)
|
|
69
69
|
- [Scenario 4: One-Time Batch Download](#scenario-4-onetime-batch-download)
|
|
70
70
|
- [📁 Project Structure](#project-structure)
|
|
71
|
-
- [⚙️ Core Configuration](
|
|
71
|
+
- [⚙️ Core Configuration](#-core-configuration)
|
|
72
72
|
- [Authentication Configuration](#authentication-configuration)
|
|
73
73
|
- [Download Targets](#download-targets)
|
|
74
74
|
- [Scheduled Tasks](#scheduled-tasks)
|
|
@@ -84,12 +84,12 @@ Make Pixiv artwork collection elegant and efficient | 让 Pixiv 作品收集变
|
|
|
84
84
|
- [Using Proxy](docs/USAGE.md)
|
|
85
85
|
|
|
86
86
|
**Project Information**
|
|
87
|
-
- [📄 Open Source License](
|
|
88
|
-
- [🙏 Acknowledgments](
|
|
89
|
-
- [📮 Get Help](
|
|
90
|
-
- [📈 Project Statistics](
|
|
91
|
-
- [🤝 Contributing](
|
|
92
|
-
- [📝 Changelog](
|
|
87
|
+
- [📄 Open Source License](#-open-source-license)
|
|
88
|
+
- [🙏 Acknowledgments](#-acknowledgments)
|
|
89
|
+
- [📮 Get Help](#-get-help)
|
|
90
|
+
- [📈 Project Statistics](#-project-statistics)
|
|
91
|
+
- [🤝 Contributing](#-contributing)
|
|
92
|
+
- [📝 Changelog](#-changelog)
|
|
93
93
|
- [Support the Project](#support-the-project)
|
|
94
94
|
|
|
95
95
|
</details>
|
|
@@ -207,7 +207,7 @@ pixivflow download
|
|
|
207
207
|
|
|
208
208
|
```bash
|
|
209
209
|
# 1. Clone the repository
|
|
210
|
-
git clone https://github.com/
|
|
210
|
+
git clone https://github.com/redtidev1918/PixivFlow.git
|
|
211
211
|
cd pixivflow
|
|
212
212
|
|
|
213
213
|
# 2. Install dependencies
|
|
@@ -243,7 +243,7 @@ npm install -g pixivflow
|
|
|
243
243
|
|
|
244
244
|
```bash
|
|
245
245
|
# 1. Clone the repository
|
|
246
|
-
git clone https://github.com/
|
|
246
|
+
git clone https://github.com/redtidev1918/PixivFlow.git
|
|
247
247
|
cd pixivflow
|
|
248
248
|
|
|
249
249
|
# 2. Install dependencies
|
|
@@ -260,7 +260,7 @@ npm install -g .
|
|
|
260
260
|
|
|
261
261
|
```bash
|
|
262
262
|
# Install globally from GitHub repository
|
|
263
|
-
npm install -g git+https://github.com/
|
|
263
|
+
npm install -g git+https://github.com/redtidev1918/PixivFlow.git
|
|
264
264
|
|
|
265
265
|
# Note: After installation, you may need to build
|
|
266
266
|
# Find the global installation directory (usually in npm root -g's parent directory/bin)
|
|
@@ -321,7 +321,7 @@ npm run build
|
|
|
321
321
|
npm install -g .
|
|
322
322
|
|
|
323
323
|
# Method 2: Update from GitHub
|
|
324
|
-
npm install -g git+https://github.com/
|
|
324
|
+
npm install -g git+https://github.com/redtidev1918/PixivFlow.git
|
|
325
325
|
```
|
|
326
326
|
|
|
327
327
|
> **💡 Tips**:
|
|
@@ -418,7 +418,7 @@ PORT=8080 pixivflow webui
|
|
|
418
418
|
|
|
419
419
|
> **Note**:
|
|
420
420
|
> - PixivFlow only provides backend API, does not include frontend interface
|
|
421
|
-
> - **Frontend Project**: Modern React frontend interface, see [pixivflow-webui](https://github.com/
|
|
421
|
+
> - **Frontend Project**: Modern React frontend interface, see [pixivflow-webui](https://github.com/redtidev1918/PixivFlow-webui)
|
|
422
422
|
> - Can be called directly via API, or connect to other frontend projects
|
|
423
423
|
> - **API Documentation**: See [Usage Guide](docs/USAGE.md) for detailed API usage
|
|
424
424
|
|
|
@@ -1449,13 +1449,13 @@ Having issues? Here are multiple ways to get help:
|
|
|
1449
1449
|
|
|
1450
1450
|
| Type | Channel | Description |
|
|
1451
1451
|
|------|---------|-------------|
|
|
1452
|
-
| 🐛 **Bug Report** | [GitHub Issues](https://github.com/
|
|
1453
|
-
| 💡 **Feature Suggestion** | [GitHub Discussions](https://github.com/
|
|
1452
|
+
| 🐛 **Bug Report** | [GitHub Issues](https://github.com/redtidev1918/PixivFlow/issues) | Report issues and bugs |
|
|
1453
|
+
| 💡 **Feature Suggestion** | [GitHub Discussions](https://github.com/redtidev1918/PixivFlow/discussions) | Propose new feature ideas |
|
|
1454
1454
|
| 📖 **Usage Questions** | [View Documentation](docs/README.md) | Read complete documentation |
|
|
1455
1455
|
| 🔧 **Auto-Fix Issues** | `./scripts/pixiv.sh check --fix` | Auto-fix environment issues ⭐ New |
|
|
1456
1456
|
| 🔄 **Update & Fix** | `./scripts/pixiv.sh update` | One-click update and fix ⭐ New |
|
|
1457
1457
|
| ✅ **Environment Check** | `./scripts/pixiv.sh health` | Run health check |
|
|
1458
|
-
| 💬 **Community Discussion** | [Discussions](https://github.com/
|
|
1458
|
+
| 💬 **Community Discussion** | [Discussions](https://github.com/redtidev1918/PixivFlow/discussions) | Discuss with other users |
|
|
1459
1459
|
| 🔍 **FAQ** | [FAQ](#-faq) | View FAQ |
|
|
1460
1460
|
|
|
1461
1461
|
### Search Keywords
|
|
@@ -1486,10 +1486,10 @@ If you're looking for similar tools, these keywords might help:
|
|
|
1486
1486
|
|
|
1487
1487
|
### Project Data
|
|
1488
1488
|
|
|
1489
|
-

|
|
1490
|
+

|
|
1491
|
+

|
|
1492
|
+

|
|
1493
1493
|
|
|
1494
1494
|
</div>
|
|
1495
1495
|
|
|
@@ -1547,21 +1547,21 @@ If this project helps you, please consider:
|
|
|
1547
1547
|
|
|
1548
1548
|
### ⭐ Star This Project
|
|
1549
1549
|
|
|
1550
|
-
**[⭐ Star on GitHub](https://github.com/
|
|
1550
|
+
**[⭐ Star on GitHub](https://github.com/redtidev1918/PixivFlow)** - Let more people discover PixivFlow!
|
|
1551
1551
|
|
|
1552
1552
|
---
|
|
1553
1553
|
|
|
1554
1554
|
**Related Links**:
|
|
1555
1555
|
- [npm Package](https://www.npmjs.com/package/pixivflow)
|
|
1556
|
-
- [GitHub Repository](https://github.com/
|
|
1557
|
-
- [Frontend Project (pixivflow-webui)](https://github.com/
|
|
1556
|
+
- [GitHub Repository](https://github.com/redtidev1918/PixivFlow)
|
|
1557
|
+
- [Frontend Project (pixivflow-webui)](https://github.com/redtidev1918/PixivFlow-webui)
|
|
1558
1558
|
- [Full Documentation](docs/README.md)
|
|
1559
|
-
- [Issue Tracker](https://github.com/
|
|
1560
|
-
- [Discussions](https://github.com/
|
|
1559
|
+
- [Issue Tracker](https://github.com/redtidev1918/PixivFlow/issues)
|
|
1560
|
+
- [Discussions](https://github.com/redtidev1918/PixivFlow/discussions)
|
|
1561
1561
|
|
|
1562
1562
|
---
|
|
1563
1563
|
|
|
1564
|
-
Made with ❤️ by [
|
|
1564
|
+
Made with ❤️ by [redtidev1918](https://github.com/redtidev1918)
|
|
1565
1565
|
|
|
1566
1566
|
**PixivFlow** - Make Pixiv artwork collection elegant and efficient
|
|
1567
1567
|
|
package/dist/package.json
CHANGED
package/dist/webui/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixivflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.42",
|
|
4
4
|
"description": "🎨 智能的 Pixiv 自动化下载工具 - 支持批量下载插画和小说、定时任务、Docker部署 | Intelligent Pixiv Automation Downloader with batch download, scheduler, and Docker support",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/redtidev1918/PixivFlow.git"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://
|
|
9
|
+
"homepage": "https://redtidev1918.github.io/PixivFlow/",
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/
|
|
11
|
+
"url": "https://github.com/redtidev1918/PixivFlow/issues"
|
|
12
12
|
},
|
|
13
|
-
"author": "
|
|
13
|
+
"author": "redtidev1918",
|
|
14
14
|
"license": "GPL-3.0-or-later",
|
|
15
15
|
"main": "dist/index.js",
|
|
16
16
|
"bin": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"undici": "^6.19.8"
|
|
112
112
|
},
|
|
113
113
|
"engines": {
|
|
114
|
-
"node": "^18.14.0 || ^20.0.0 || ^22.0.0
|
|
114
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0",
|
|
115
115
|
"npm": ">=9.0.0"
|
|
116
116
|
},
|
|
117
117
|
"overrides": {
|