@skrillex1224/playwright-toolkit 2.1.211 → 2.1.212
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/README.md +1 -1
- package/dist/index.cjs +90 -51
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +90 -51
- package/dist/index.js.map +3 -3
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -493,7 +493,7 @@ export interface ScreenshotWatermarkifyOptions {
|
|
|
493
493
|
prompt?: string;
|
|
494
494
|
/** 实际提交给 AI / 搜索页的 query;Prompt 字段优先展示它。 */
|
|
495
495
|
query?: string;
|
|
496
|
-
/** 默认会在同一浏览器上下文中访问
|
|
496
|
+
/** 默认会在同一浏览器上下文中访问 https://myip.ipip.net/json 补充 IP/Loc。 */
|
|
497
497
|
ipLookup?: boolean;
|
|
498
498
|
/** 内置 IP/Loc 查询超时,默认 10000ms。 */
|
|
499
499
|
ipLookupTimeoutMs?: number;
|