@skrillex1224/playwright-toolkit 3.0.32 → 3.0.34
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 +15 -5
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +15 -5
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2834,10 +2834,10 @@ var ActorInfo = {
|
|
|
2834
2834
|
xurl: []
|
|
2835
2835
|
}
|
|
2836
2836
|
}),
|
|
2837
|
-
//
|
|
2838
|
-
|
|
2839
|
-
key: "
|
|
2840
|
-
name: "\u901A\u7528\
|
|
2837
|
+
// 通用文章抓取 Actor:入口 URL 来自 query,因此这里只声明统一的 Actor 元信息。
|
|
2838
|
+
article: createActorInfo({
|
|
2839
|
+
key: "article",
|
|
2840
|
+
name: "\u901A\u7528\u6587\u7AE0",
|
|
2841
2841
|
domain: "",
|
|
2842
2842
|
path: "/",
|
|
2843
2843
|
share: {
|