@skrillex1224/playwright-toolkit 2.1.124 → 2.1.125
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 +15 -0
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +15 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +15 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -168,6 +168,21 @@ var ActorInfo = {
|
|
|
168
168
|
]
|
|
169
169
|
}
|
|
170
170
|
}),
|
|
171
|
+
erinechat: createActorInfo({
|
|
172
|
+
key: "erinechat",
|
|
173
|
+
name: "\u6587\u5FC3\u4E00\u8A00Chat",
|
|
174
|
+
domain: "chat.baidu.com",
|
|
175
|
+
path: "/",
|
|
176
|
+
share: {
|
|
177
|
+
mode: "response",
|
|
178
|
+
prefix: "",
|
|
179
|
+
xurl: [
|
|
180
|
+
"/aichat/api/shortURL",
|
|
181
|
+
"data",
|
|
182
|
+
"short_url"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
}),
|
|
171
186
|
yuanbao: createActorInfo({
|
|
172
187
|
key: "yuanbao",
|
|
173
188
|
name: "\u5143\u5B9D",
|