@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/index.js CHANGED
@@ -140,7 +140,7 @@ var ActorInfo = {
140
140
  qbot: createActorInfo({
141
141
  key: "qbot",
142
142
  name: "QQ\u6D4F\u89C8\u5668AI\u641C",
143
- domain: "m.sogou.com",
143
+ domain: "sogou.com",
144
144
  path: "/web",
145
145
  share: {
146
146
  mode: "dom",
@@ -225,25 +225,24 @@ var ActorInfo = {
225
225
  path: "/",
226
226
  device: Device.Mobile,
227
227
  share: {
228
- mode: "custom",
229
- prefix: "",
230
- xurl: []
228
+ mode: "response",
229
+ prefix: "https://chat.baidu.com/csaitab/history/share?v=2&share_id=",
230
+ xurl: [
231
+ "/aichat/api/getShareToken",
232
+ "data",
233
+ "token"
234
+ ]
231
235
  }
232
236
  }),
233
237
  baidu: createActorInfo({
234
238
  key: "baidu",
235
239
  name: "\u767E\u5EA6AI\u641C",
236
240
  domain: "www.baidu.com",
237
- device: Device.Mobile,
238
241
  path: "/s",
239
242
  share: {
240
- mode: "response",
243
+ mode: "dom",
241
244
  prefix: "",
242
- xurl: [
243
- "/aichat/api/shortURL",
244
- "data",
245
- "short_url"
246
- ]
245
+ xurl: []
247
246
  }
248
247
  }),
249
248
  yuanbao: createActorInfo({