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 CHANGED
@@ -8,21 +8,21 @@
8
8
 
9
9
  > 🎯 **PixivFlow** 是一个专业的 Pixiv 批量下载工具,支持插画和小说下载、定时任务、Docker 部署。适用于个人用户和服务器自动化场景。
10
10
 
11
- > 📖 **[查看完整教程文档](https://zoidberg-xgd.github.io/PixivFlow/)** - 包含详细的使用教程、配置说明、部署指南和最佳实践
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
- [![GitHub stars](https://img.shields.io/github/stars/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/stargazers)
16
- [![GitHub forks](https://img.shields.io/github/forks/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/network/members)
17
- [![GitHub issues](https://img.shields.io/github/issues/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/issues)
15
+ [![GitHub stars](https://img.shields.io/github/stars/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/stargazers)
16
+ [![GitHub forks](https://img.shields.io/github/forks/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/network/members)
17
+ [![GitHub issues](https://img.shields.io/github/issues/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/issues)
18
18
  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
19
19
 
20
20
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.6+-blue.svg?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
21
21
  [![Node.js](https://img.shields.io/badge/Node.js-18%2B%20LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
22
- [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat-square)](https://github.com/zoidberg-xgd/pixivflow)
23
- [![Maintenance](https://img.shields.io/badge/Maintained-yes-green.svg?style=for-the-badge)](https://github.com/zoidberg-xgd/pixivflow/graphs/commit-activity)
22
+ [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat-square)](https://github.com/redtidev1918/PixivFlow)
23
+ [![Maintenance](https://img.shields.io/badge/Maintained-yes-green.svg?style=for-the-badge)](https://github.com/redtidev1918/PixivFlow/graphs/commit-activity)
24
24
 
25
- [📖 完整教程文档](https://zoidberg-xgd.github.io/PixivFlow/) | [English](README_EN.md) | [中文](README.md)
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/zoidberg-xgd/pixivflow.git
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/zoidberg-xgd/pixivflow-webui)
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/zoidberg-xgd/pixivflow/issues) | 报告问题和错误 |
518
- | 💡 **功能建议** | [GitHub Discussions](https://github.com/zoidberg-xgd/pixivflow/discussions) | 提出新功能想法 |
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/zoidberg-xgd/pixivflow/discussions) | 与其他用户交流 |
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
- ![GitHub repo size](https://img.shields.io/github/repo-size/zoidberg-xgd/pixivflow?style=flat-square)
539
- ![GitHub language count](https://img.shields.io/github/languages/count/zoidberg-xgd/pixivflow?style=flat-square)
540
- ![GitHub top language](https://img.shields.io/github/languages/top/zoidberg-xgd/pixivflow?style=flat-square)
541
- ![GitHub last commit](https://img.shields.io/github/last-commit/zoidberg-xgd/pixivflow?style=flat-square)
539
+ ![GitHub repo size](https://img.shields.io/github/repo-size/redtidev1918/pixivflow?style=flat-square)
540
+ ![GitHub language count](https://img.shields.io/github/languages/count/redtidev1918/pixivflow?style=flat-square)
541
+ ![GitHub top language](https://img.shields.io/github/languages/top/redtidev1918/pixivflow?style=flat-square)
542
+ ![GitHub last commit](https://img.shields.io/github/last-commit/redtidev1918/pixivflow?style=flat-square)
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/zoidberg-xgd/pixivflow)** - 让更多人发现 PixivFlow!
603
+ **[⭐ Star on GitHub](https://github.com/redtidev1918/PixivFlow)** - 让更多人发现 PixivFlow!
603
604
 
604
605
  ---
605
606
 
606
- Made with ❤️ by [zoidberg-xgd](https://github.com/zoidberg-xgd)
607
+ Made with ❤️ by [redtidev1918](https://github.com/redtidev1918)
607
608
 
608
609
  **PixivFlow** - 让 Pixiv 作品收集变得优雅而高效
609
610
 
610
- [⬆ 回到顶部](#pixivflow)
611
+ [⬆ 回到顶部](#-pixivflow)
611
612
 
612
613
  ---
613
614
 
614
615
  **相关链接**:
615
616
  - [npm 包](https://www.npmjs.com/package/pixivflow)
616
- - [GitHub 仓库](https://github.com/zoidberg-xgd/PixivFlow)
617
- - [前端项目 (pixivflow-webui)](https://github.com/zoidberg-xgd/pixivflow-webui)
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/zoidberg-xgd/PixivFlow/issues)
620
- - [讨论区](https://github.com/zoidberg-xgd/PixivFlow/discussions)
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
- [![GitHub stars](https://img.shields.io/github/stars/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/stargazers)
10
- [![GitHub forks](https://img.shields.io/github/forks/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/network/members)
11
- [![GitHub issues](https://img.shields.io/github/issues/zoidberg-xgd/pixivflow?style=for-the-badge&logo=github)](https://github.com/zoidberg-xgd/pixivflow/issues)
9
+ [![GitHub stars](https://img.shields.io/github/stars/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/stargazers)
10
+ [![GitHub forks](https://img.shields.io/github/forks/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/network/members)
11
+ [![GitHub issues](https://img.shields.io/github/issues/redtidev1918/pixivflow?style=for-the-badge&logo=github)](https://github.com/redtidev1918/PixivFlow/issues)
12
12
  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
13
13
 
14
14
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.6+-blue.svg?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
15
15
  [![Node.js](https://img.shields.io/badge/Node.js-18%2B%20LTS-green.svg?style=flat-square&logo=node.js)](https://nodejs.org/)
16
- [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat-square)](https://github.com/zoidberg-xgd/pixivflow)
17
- [![Maintenance](https://img.shields.io/badge/Maintained-yes-green.svg?style=flat-square)](https://github.com/zoidberg-xgd/pixivflow/graphs/commit-activity)
16
+ [![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat-square)](https://github.com/redtidev1918/PixivFlow)
17
+ [![Maintenance](https://img.shields.io/badge/Maintained-yes-green.svg?style=flat-square)](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://zoidberg-xgd.github.io/PixivFlow/) | [English](README_EN.md) | [中文](README.md)
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](#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](#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 Documentation](#advanced-documentation)
61
- - [🐳 Docker Documentation](#docker-documentation)
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](#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](#open-source-license)
88
- - [🙏 Acknowledgments](#acknowledgments)
89
- - [📮 Get Help](#get-help)
90
- - [📈 Project Statistics](#project-statistics)
91
- - [🤝 Contributing](#contributing)
92
- - [📝 Changelog](#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/zoidberg-xgd/pixivflow.git
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/zoidberg-xgd/pixivflow.git
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/zoidberg-xgd/pixivflow.git
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/zoidberg-xgd/pixivflow.git
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/zoidberg-xgd/pixivflow-webui)
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/zoidberg-xgd/pixivflow/issues) | Report issues and bugs |
1453
- | 💡 **Feature Suggestion** | [GitHub Discussions](https://github.com/zoidberg-xgd/pixivflow/discussions) | Propose new feature ideas |
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/zoidberg-xgd/pixivflow/discussions) | Discuss with other users |
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
- ![GitHub repo size](https://img.shields.io/github/repo-size/zoidberg-xgd/pixivflow?style=flat-square)
1490
- ![GitHub language count](https://img.shields.io/github/languages/count/zoidberg-xgd/pixivflow?style=flat-square)
1491
- ![GitHub top language](https://img.shields.io/github/languages/top/zoidberg-xgd/pixivflow?style=flat-square)
1492
- ![GitHub last commit](https://img.shields.io/github/last-commit/zoidberg-xgd/pixivflow?style=flat-square)
1489
+ ![GitHub repo size](https://img.shields.io/github/repo-size/redtidev1918/pixivflow?style=flat-square)
1490
+ ![GitHub language count](https://img.shields.io/github/languages/count/redtidev1918/pixivflow?style=flat-square)
1491
+ ![GitHub top language](https://img.shields.io/github/languages/top/redtidev1918/pixivflow?style=flat-square)
1492
+ ![GitHub last commit](https://img.shields.io/github/last-commit/redtidev1918/pixivflow?style=flat-square)
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/zoidberg-xgd/pixivflow)** - Let more people discover PixivFlow!
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/zoidberg-xgd/PixivFlow)
1557
- - [Frontend Project (pixivflow-webui)](https://github.com/zoidberg-xgd/pixivflow-webui)
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/zoidberg-xgd/PixivFlow/issues)
1560
- - [Discussions](https://github.com/zoidberg-xgd/PixivFlow/discussions)
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 [zoidberg-xgd](https://github.com/zoidberg-xgd)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "pixivflow",
4
- "version": "2.0.41",
4
+ "version": "2.0.42",
5
5
  "private": true
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "pixivflow-webui-backend",
4
- "version": "2.0.41",
4
+ "version": "2.0.42",
5
5
  "description": "PixivFlow WebUI Backend - CommonJS module"
6
6
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "pixivflow",
3
- "version": "2.0.41",
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/zoidberg-xgd/PixivFlow.git"
7
+ "url": "git+https://github.com/redtidev1918/PixivFlow.git"
8
8
  },
9
- "homepage": "https://zoidberg-xgd.github.io/PixivFlow/",
9
+ "homepage": "https://redtidev1918.github.io/PixivFlow/",
10
10
  "bugs": {
11
- "url": "https://github.com/zoidberg-xgd/PixivFlow/issues"
11
+ "url": "https://github.com/redtidev1918/PixivFlow/issues"
12
12
  },
13
- "author": "zoidberg-xgd",
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 || ^23.0.0 || >=24.0.0",
114
+ "node": "^18.14.0 || ^20.0.0 || ^22.0.0",
115
115
  "npm": ">=9.0.0"
116
116
  },
117
117
  "overrides": {