@skrillex1224/playwright-toolkit 2.1.123 → 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 +21 -2
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +21 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +21 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -128,9 +128,13 @@ var ActorInfo = {
|
|
|
128
128
|
domain: "www.doubao.com",
|
|
129
129
|
path: "/",
|
|
130
130
|
share: {
|
|
131
|
-
mode: "
|
|
131
|
+
mode: "response",
|
|
132
132
|
prefix: "https://www.doubao.com/thread/",
|
|
133
|
-
xurl: [
|
|
133
|
+
xurl: [
|
|
134
|
+
"/samantha/thread/share/save",
|
|
135
|
+
"data",
|
|
136
|
+
"share_id"
|
|
137
|
+
]
|
|
134
138
|
}
|
|
135
139
|
}),
|
|
136
140
|
deepseek: createActorInfo({
|
|
@@ -164,6 +168,21 @@ var ActorInfo = {
|
|
|
164
168
|
]
|
|
165
169
|
}
|
|
166
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
|
+
}),
|
|
167
186
|
yuanbao: createActorInfo({
|
|
168
187
|
key: "yuanbao",
|
|
169
188
|
name: "\u5143\u5B9D",
|