@skrillex1224/playwright-toolkit 2.1.235 → 2.1.237
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 +5 -8
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +5 -8
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +5 -8
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2612,7 +2612,7 @@ var createActorInfo = (info) => {
|
|
|
2612
2612
|
return `${safeProtocol}://${safeDomain}${safePath}`;
|
|
2613
2613
|
};
|
|
2614
2614
|
const buildIcon = ({ key }) => {
|
|
2615
|
-
return `https://heartbitai.com/general/actors/${key}.png`;
|
|
2615
|
+
return `https://static.heartbitai.com/general/actors/${key}.png`;
|
|
2616
2616
|
};
|
|
2617
2617
|
const protocol = info.protocol || "https";
|
|
2618
2618
|
const domain = normalizeDomain(info.domain);
|
|
@@ -2712,13 +2712,9 @@ var ActorInfo = {
|
|
|
2712
2712
|
path: "/",
|
|
2713
2713
|
device: Device.Mobile,
|
|
2714
2714
|
share: {
|
|
2715
|
-
mode: "
|
|
2716
|
-
prefix: "
|
|
2717
|
-
xurl: [
|
|
2718
|
-
"/eb/share/key/gen",
|
|
2719
|
-
"data",
|
|
2720
|
-
"key"
|
|
2721
|
-
]
|
|
2715
|
+
mode: "dom",
|
|
2716
|
+
prefix: "",
|
|
2717
|
+
xurl: []
|
|
2722
2718
|
}
|
|
2723
2719
|
}),
|
|
2724
2720
|
wenxin: createActorInfo({
|
|
@@ -2771,6 +2767,7 @@ var ActorInfo = {
|
|
|
2771
2767
|
name: "Kimi",
|
|
2772
2768
|
domain: "www.kimi.com",
|
|
2773
2769
|
path: "/",
|
|
2770
|
+
device: Device.Mobile,
|
|
2774
2771
|
share: {
|
|
2775
2772
|
mode: "response",
|
|
2776
2773
|
prefix: "https://www.kimi.com/share/",
|