@skrillex1224/playwright-toolkit 2.1.234 → 2.1.235
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 +3 -1
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +6 -4
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +6 -4
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2708,8 +2708,9 @@ 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
2715
|
mode: "response",
|
|
2715
2716
|
prefix: "https://yiyan.baidu.com/share/",
|
|
@@ -2755,6 +2756,7 @@ var ActorInfo = {
|
|
|
2755
2756
|
name: "\u5143\u5B9D",
|
|
2756
2757
|
domain: "yuanbao.tencent.com",
|
|
2757
2758
|
path: "/chat/",
|
|
2759
|
+
device: Device.Mobile,
|
|
2758
2760
|
share: {
|
|
2759
2761
|
mode: "response",
|
|
2760
2762
|
prefix: "https://yb.tencent.com/s/",
|