mirror of
https://github.com/lexmount/moli.git
synced 2026-09-25 00:01:28 +00:00
Replace --cdp-screencast-fps with --screencast-interval. Accept positive integer milliseconds, retain the --layout requirement, and default to 1000 ms. Pass the interval through server configuration and multiply the Duration by everyNthFrame without converting through integer FPS. Update CLI help and English/Chinese docs. Cover parsing, defaults, rejected values and the removed flag, precise deadlines, and interval multiplication. Validation: - cargo fmt --all - cargo clippy --workspace --all-targets --all-features -- -D warnings - cargo nextest run --no-fail-fast