feat: --chatUrl 不加 --prompt 时直接下载已有图片,跳过生成步骤
This commit is contained in:
@@ -80,6 +80,16 @@ $NODE $CLI generate --session <id> --prompt "最终调整" --mode single
|
||||
$NODE $CLI generate --chatUrl "https://gemini.google.com/app/xxxx" --prompt "换成水彩风格"
|
||||
```
|
||||
|
||||
### 仅下载已有图片(不生成新图)
|
||||
|
||||
打开已有生图对话,直接下载所有已生成的图片,不发送新提示词:
|
||||
|
||||
```bash
|
||||
$NODE $CLI generate --chatUrl "https://gemini.google.com/app/xxxx" --mode single
|
||||
```
|
||||
|
||||
不加 `--prompt` 即进入纯下载模式,自动下载对话中所有已生成图片后关闭标签页。
|
||||
|
||||
### 状态与诊断
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user