@skrillex1224/playwright-toolkit 3.0.33 → 3.0.35
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/dist/browser.js +4 -4
- package/dist/browser.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -335,10 +335,10 @@ var ActorInfo = {
|
|
|
335
335
|
xurl: []
|
|
336
336
|
}
|
|
337
337
|
}),
|
|
338
|
-
//
|
|
339
|
-
|
|
340
|
-
key: "
|
|
341
|
-
name: "\u901A\u7528\
|
|
338
|
+
// 通用文章抓取 Actor:入口 URL 来自 query,因此这里只声明统一的 Actor 元信息。
|
|
339
|
+
article: createActorInfo({
|
|
340
|
+
key: "article",
|
|
341
|
+
name: "\u901A\u7528\u6587\u7AE0",
|
|
342
342
|
domain: "",
|
|
343
343
|
path: "/",
|
|
344
344
|
share: {
|