Loading...
Loading...
Compare original and translation side by side
bun run devlocalhost:3000bun run devlocalhost:3000npx playwright screenshot --wait-for-timeout=3000 http://localhost:3000/your-page /tmp/screenshot.pngRead?dark=true--viewport-size=375,812--viewport-size=1280,720npx playwright screenshot --wait-for-timeout=3000 http://localhost:3000/your-page /tmp/screenshot.pngRead?dark=true--viewport-size=375,812--viewport-size=1280,720http://localhost:3000/__compodium__/devtoolsnpx playwright screenshot --wait-for-timeout=3000 "http://localhost:3000/__compodium__/devtools" /tmp/compodium.pngapp/components/http://localhost:3000/__compodium__/devtoolsnpx playwright screenshot --wait-for-timeout=3000 "http://localhost:3000/__compodium__/devtools" /tmp/compodium.pngapp/components/| Flag | Purpose |
|---|---|
| Wait for hydration/rendering |
| Mobile viewport |
| Desktop viewport |
| Capture entire scrollable page |
| Force dark color scheme |
| 参数 | 用途 |
|---|---|
| 等待水合/渲染完成 |
| 移动端视口 |
| 桌面端视口 |
| 捕获完整可滚动页面 |
| 强制使用暗黑配色方案 |