@skrillex1224/playwright-toolkit 2.1.230 → 2.1.232

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/index.d.ts CHANGED
@@ -587,7 +587,7 @@ export interface ShareScreenCompressionOptions {
587
587
  }
588
588
 
589
589
  export interface ShareScreenCaptureOptions {
590
- /** 额外缓冲高度 (默认: 视口高度的一半) */
590
+ /** 额外缓冲高度;默认按视口高度自动计算(25%,夹在 120-320px),传 0 可关闭。 */
591
591
  buffer?: number;
592
592
  /** 截图后是否恢复页面高度和样式 (默认: false) */
593
593
  restore?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.230",
3
+ "version": "2.1.232",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",