@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/browser.js
CHANGED
|
@@ -2639,7 +2639,7 @@ var ActorInfo = {
|
|
|
2639
2639
|
qbot: createActorInfo({
|
|
2640
2640
|
key: "qbot",
|
|
2641
2641
|
name: "QQ\u6D4F\u89C8\u5668AI\u641C",
|
|
2642
|
-
domain: "
|
|
2642
|
+
domain: "sogou.com",
|
|
2643
2643
|
path: "/web",
|
|
2644
2644
|
share: {
|
|
2645
2645
|
mode: "dom",
|
|
@@ -2724,25 +2724,24 @@ var ActorInfo = {
|
|
|
2724
2724
|
path: "/",
|
|
2725
2725
|
device: Device.Mobile,
|
|
2726
2726
|
share: {
|
|
2727
|
-
mode: "
|
|
2728
|
-
prefix: "",
|
|
2729
|
-
xurl: [
|
|
2727
|
+
mode: "response",
|
|
2728
|
+
prefix: "https://chat.baidu.com/csaitab/history/share?v=2&share_id=",
|
|
2729
|
+
xurl: [
|
|
2730
|
+
"/aichat/api/getShareToken",
|
|
2731
|
+
"data",
|
|
2732
|
+
"token"
|
|
2733
|
+
]
|
|
2730
2734
|
}
|
|
2731
2735
|
}),
|
|
2732
2736
|
baidu: createActorInfo({
|
|
2733
2737
|
key: "baidu",
|
|
2734
2738
|
name: "\u767E\u5EA6AI\u641C",
|
|
2735
2739
|
domain: "www.baidu.com",
|
|
2736
|
-
device: Device.Mobile,
|
|
2737
2740
|
path: "/s",
|
|
2738
2741
|
share: {
|
|
2739
|
-
mode: "
|
|
2742
|
+
mode: "dom",
|
|
2740
2743
|
prefix: "",
|
|
2741
|
-
xurl: [
|
|
2742
|
-
"/aichat/api/shortURL",
|
|
2743
|
-
"data",
|
|
2744
|
-
"short_url"
|
|
2745
|
-
]
|
|
2744
|
+
xurl: []
|
|
2746
2745
|
}
|
|
2747
2746
|
}),
|
|
2748
2747
|
yuanbao: createActorInfo({
|