|
|
|
|
@ -777,7 +777,7 @@ var ChatBox_TypingCodeComponent = function TypingCodeComponent(_ref) {
|
|
|
|
|
width: (DrawerProps === null || DrawerProps === void 0 ? void 0 : DrawerProps.width) || 860,
|
|
|
|
|
title: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: ChatBoxmodules.title,
|
|
|
|
|
children: title || "头歌AI"
|
|
|
|
|
children: title || "AI生成"
|
|
|
|
|
}),
|
|
|
|
|
onClose: (DrawerProps === null || DrawerProps === void 0 ? void 0 : DrawerProps.onClose) || onClose,
|
|
|
|
|
open: (DrawerProps === null || DrawerProps === void 0 ? void 0 : DrawerProps.open) || open,
|
|
|
|
|
@ -790,7 +790,7 @@ var ChatBox_TypingCodeComponent = function TypingCodeComponent(_ref) {
|
|
|
|
|
className: ChatBoxmodules.li,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
className: ChatBoxmodules.img,
|
|
|
|
|
src: aiIcon || "/images/ai_icon.png"
|
|
|
|
|
src: aiIcon || "/react/build/images/ai_icon.png"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: ChatBoxmodules.content,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
@ -798,7 +798,7 @@ var ChatBox_TypingCodeComponent = function TypingCodeComponent(_ref) {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "mr5",
|
|
|
|
|
children: "\uD83D\uDC4B"
|
|
|
|
|
}), "\u55E8\uFF0C\u6211\u662F\u5934\u6B4C", isTpiAi ? title : '智能助教', "\uFF0C\u60A8\u7684\u6559\u5B66\u597D\u5E2E\u624B\u3002"]
|
|
|
|
|
}), "\u55E8\uFF0C\u6211\u662F", isTpiAi ? title : '智能助教', "\uFF0C\u60A8\u7684\u6559\u5B66\u597D\u5E2E\u624B\u3002"]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "font16 mt20",
|
|
|
|
|
style: {
|
|
|
|
|
@ -852,7 +852,7 @@ var ChatBox_TypingCodeComponent = function TypingCodeComponent(_ref) {
|
|
|
|
|
} : {},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
className: ChatBoxmodules.img,
|
|
|
|
|
src: item.sender === "AI" ? aiIcon || "/images/ai_icon.png" : userIcon || "/images/ai_user.png"
|
|
|
|
|
src: item.sender === "AI" ? aiIcon || "/react/build/images/ai_icon.png" : userIcon || "/react/build/images/ai_user.png"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "".concat(ChatBoxmodules.content, " ").concat(item.sender === "AI" ? '' : ChatBoxmodules.user),
|
|
|
|
|
children: item.loading ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|