Auto Submit

dev_local_v9_test5
autosubmit 2 years ago
parent 92700ca622
commit c801bdd2a9

@ -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", {

@ -26,7 +26,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.d52e8624.js"></script>
<script src="/react/build/umi.ef0e81f3.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -864,7 +864,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,
@ -877,7 +877,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", {
@ -885,7 +885,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: {
@ -939,7 +939,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", {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save