pixivflow 2.10.13 → 2.10.14

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
@@ -148,6 +148,11 @@ outbox 清单保留在 SQLite 数据库同级的 `delivery-outbox/`;下一次
148
148
  对上面的 TG 示例,可把 `/gen_token` 得到的 `tp_...` 放入
149
149
  `TG_SUBMIT_TOKEN` 环境变量;这只是示例服务自己的认证流程。
150
150
 
151
+ 同样的目标也可以指向 [telepress](https://github.com/redtidev1918/telepress)
152
+ 的 `/publish/gallery`,把插画自动发布成 Telegra.ph 相册(自动分页、`#标签`
153
+ 与来源链接页脚、R-18 提示),见 [CONFIG.md](docs/CONFIG.md) 的「Telegraph
154
+ (telegra.ph)相册上传」一节。
155
+
151
156
  交互式配置向导:`pixivflow setup`。
152
157
 
153
158
  ## 常用命令
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "pixivflow",
4
- "version": "2.10.13",
4
+ "version": "2.10.14",
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.10.13",
4
+ "version": "2.10.14",
5
5
  "description": "PixivFlow WebUI Backend - CommonJS module"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixivflow",
3
- "version": "2.10.13",
3
+ "version": "2.10.14",
4
4
  "description": "🎨 智能的 Pixiv 自动化下载工具 - 支持批量下载插画和小说、定时任务、Docker部署 | Intelligent Pixiv Automation Downloader with batch download, scheduler, and Docker support",
5
5
  "repository": {
6
6
  "type": "git",