@skrillex1224/playwright-toolkit 2.1.254 → 2.1.256
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 +10 -11
- 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/index.cjs
CHANGED
|
@@ -167,7 +167,7 @@ var ActorInfo = {
|
|
|
167
167
|
qbot: createActorInfo({
|
|
168
168
|
key: "qbot",
|
|
169
169
|
name: "QQ\u6D4F\u89C8\u5668AI\u641C",
|
|
170
|
-
domain: "
|
|
170
|
+
domain: "sogou.com",
|
|
171
171
|
path: "/web",
|
|
172
172
|
share: {
|
|
173
173
|
mode: "dom",
|
|
@@ -252,25 +252,24 @@ var ActorInfo = {
|
|
|
252
252
|
path: "/",
|
|
253
253
|
device: Device.Mobile,
|
|
254
254
|
share: {
|
|
255
|
-
mode: "
|
|
256
|
-
prefix: "",
|
|
257
|
-
xurl: [
|
|
255
|
+
mode: "response",
|
|
256
|
+
prefix: "https://chat.baidu.com/csaitab/history/share?v=2&share_id=",
|
|
257
|
+
xurl: [
|
|
258
|
+
"/aichat/api/getShareToken",
|
|
259
|
+
"data",
|
|
260
|
+
"token"
|
|
261
|
+
]
|
|
258
262
|
}
|
|
259
263
|
}),
|
|
260
264
|
baidu: createActorInfo({
|
|
261
265
|
key: "baidu",
|
|
262
266
|
name: "\u767E\u5EA6AI\u641C",
|
|
263
267
|
domain: "www.baidu.com",
|
|
264
|
-
device: Device.Mobile,
|
|
265
268
|
path: "/s",
|
|
266
269
|
share: {
|
|
267
|
-
mode: "
|
|
270
|
+
mode: "dom",
|
|
268
271
|
prefix: "",
|
|
269
|
-
xurl: [
|
|
270
|
-
"/aichat/api/shortURL",
|
|
271
|
-
"data",
|
|
272
|
-
"short_url"
|
|
273
|
-
]
|
|
272
|
+
xurl: []
|
|
274
273
|
}
|
|
275
274
|
}),
|
|
276
275
|
yuanbao: createActorInfo({
|