@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/index.cjs
CHANGED
|
@@ -140,7 +140,7 @@ var createActorInfo = (info) => {
|
|
|
140
140
|
return `${safeProtocol}://${safeDomain}${safePath}`;
|
|
141
141
|
};
|
|
142
142
|
const buildIcon = ({ key }) => {
|
|
143
|
-
return `https://heartbitai.com/general/actors/${key}.png`;
|
|
143
|
+
return `https://static.heartbitai.com/general/actors/${key}.png`;
|
|
144
144
|
};
|
|
145
145
|
const protocol = info.protocol || "https";
|
|
146
146
|
const domain = normalizeDomain(info.domain);
|
|
@@ -240,13 +240,9 @@ var ActorInfo = {
|
|
|
240
240
|
path: "/",
|
|
241
241
|
device: Device.Mobile,
|
|
242
242
|
share: {
|
|
243
|
-
mode: "
|
|
244
|
-
prefix: "
|
|
245
|
-
xurl: [
|
|
246
|
-
"/eb/share/key/gen",
|
|
247
|
-
"data",
|
|
248
|
-
"key"
|
|
249
|
-
]
|
|
243
|
+
mode: "dom",
|
|
244
|
+
prefix: "",
|
|
245
|
+
xurl: []
|
|
250
246
|
}
|
|
251
247
|
}),
|
|
252
248
|
wenxin: createActorInfo({
|
|
@@ -299,6 +295,7 @@ var ActorInfo = {
|
|
|
299
295
|
name: "Kimi",
|
|
300
296
|
domain: "www.kimi.com",
|
|
301
297
|
path: "/",
|
|
298
|
+
device: Device.Mobile,
|
|
302
299
|
share: {
|
|
303
300
|
mode: "response",
|
|
304
301
|
prefix: "https://www.kimi.com/share/",
|