@mxmweb/aichat 1.7.3 → 1.7.4
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/index.js +4 -2
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -16583,7 +16583,8 @@ function O1(e = wd) {
|
|
|
16583
16583
|
defaultAnswer: Fe?.searchConfigDTO?.defaultAnswer || "\u4E0D\u77E5\u9053\u4EC0\u4E48\u539F\u56E0\u6211\u4EEC\u6CA1\u80FD\u67E5\u5230\u4F60\u8981\u7684\u95EE\u9898*-*",
|
|
16584
16584
|
is_download: ht,
|
|
16585
16585
|
styles: l
|
|
16586
|
-
}
|
|
16586
|
+
},
|
|
16587
|
+
`${v?.queryId || v?.id || E}-${v?.istype || "unknown"}`
|
|
16587
16588
|
);
|
|
16588
16589
|
},
|
|
16589
16590
|
LogoBox: (v) => v && v.LogoBox === null ? null : v && typeof v.LogoBox == "function" ? /* @__PURE__ */ d.jsx(v.LogoBox, {}) : /* @__PURE__ */ d.jsx("div", { className: "text-2xl w-full text-center font-bold", children: "\u5C0F\u9CB8\u667A\u80FD\u52A9\u624B" }),
|
|
@@ -16607,7 +16608,8 @@ function O1(e = wd) {
|
|
|
16607
16608
|
eventsEmit: vt,
|
|
16608
16609
|
styles: l,
|
|
16609
16610
|
fileManagerData: U
|
|
16610
|
-
}
|
|
16611
|
+
},
|
|
16612
|
+
`${v?.queryId || v?.id || E}-user`
|
|
16611
16613
|
),
|
|
16612
16614
|
WelcomeComponent: Jn
|
|
16613
16615
|
}),
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"style": "assets/style.css",
|
|
6
6
|
"types": "lib_enter.d.ts",
|
|
7
7
|
"private": false,
|
|
8
|
-
"version": "1.7.
|
|
8
|
+
"version": "1.7.4",
|
|
9
9
|
"author": "hanfeng_Zhang",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"scripts": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@ant-design/icons": "^5.5.2",
|
|
17
17
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
18
18
|
"@mxmweb/file-viewer": "^1.9.4",
|
|
19
|
-
"@mxmweb/rtext": "^1.1
|
|
20
|
-
"@mxmweb/zui": "^1.1
|
|
19
|
+
"@mxmweb/rtext": "^1.1.*",
|
|
20
|
+
"@mxmweb/zui": "^1.1.*",
|
|
21
21
|
"antd": "^5.18.0",
|
|
22
22
|
"clipboard": "^2.0.11",
|
|
23
23
|
"marked": "^15.0.12",
|