@skrillex1224/playwright-toolkit 2.1.234 → 2.1.236
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 +7 -8
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +10 -11
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +10 -11
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2708,16 +2708,13 @@ var ActorInfo = {
|
|
|
2708
2708
|
erine: createActorInfo({
|
|
2709
2709
|
key: "erine",
|
|
2710
2710
|
name: "\u6587\u5FC3\u4E00\u8A00",
|
|
2711
|
-
domain: "
|
|
2711
|
+
domain: "wenxin.baidu.com",
|
|
2712
2712
|
path: "/",
|
|
2713
|
+
device: Device.Mobile,
|
|
2713
2714
|
share: {
|
|
2714
|
-
mode: "
|
|
2715
|
-
prefix: "
|
|
2716
|
-
xurl: [
|
|
2717
|
-
"/eb/share/key/gen",
|
|
2718
|
-
"data",
|
|
2719
|
-
"key"
|
|
2720
|
-
]
|
|
2715
|
+
mode: "dom",
|
|
2716
|
+
prefix: "",
|
|
2717
|
+
xurl: []
|
|
2721
2718
|
}
|
|
2722
2719
|
}),
|
|
2723
2720
|
wenxin: createActorInfo({
|
|
@@ -2755,6 +2752,7 @@ var ActorInfo = {
|
|
|
2755
2752
|
name: "\u5143\u5B9D",
|
|
2756
2753
|
domain: "yuanbao.tencent.com",
|
|
2757
2754
|
path: "/chat/",
|
|
2755
|
+
device: Device.Mobile,
|
|
2758
2756
|
share: {
|
|
2759
2757
|
mode: "response",
|
|
2760
2758
|
prefix: "https://yb.tencent.com/s/",
|
|
@@ -2769,6 +2767,7 @@ var ActorInfo = {
|
|
|
2769
2767
|
name: "Kimi",
|
|
2770
2768
|
domain: "www.kimi.com",
|
|
2771
2769
|
path: "/",
|
|
2770
|
+
device: Device.Mobile,
|
|
2772
2771
|
share: {
|
|
2773
2772
|
mode: "response",
|
|
2774
2773
|
prefix: "https://www.kimi.com/share/",
|