Add dry-run mode to 2925 pool picker

This commit is contained in:
2026-05-11 16:28:34 +08:00
parent 228d650ca8
commit 7df33e2611
2 changed files with 6 additions and 4 deletions
@@ -126,7 +126,8 @@ Do not continue the same OpenAI page after switching 2925 account; it risks mixi
```bash
python3 scripts/mail2925_pool.py selftest
python3 scripts/mail2925_pool.py list
python3 scripts/mail2925_pool.py pick
python3 scripts/mail2925_pool.py pick --dry-run # preview without changing rotation state
python3 scripts/mail2925_pool.py pick # allocate and update lastUsedAt
python3 scripts/mail2925_pool.py mark-limit chickliu2021@2925.com --reason '子邮箱已达上限邮箱'
python3 scripts/mail2925_pool.py mark-login chickliu2021@2925.com
```