This commit is contained in:
zhangkai
2024-07-02 16:14:12 +08:00
parent 8b8f4111e2
commit a7677c32fb
37 changed files with 592 additions and 240 deletions

View File

@@ -60,7 +60,9 @@ export default function SkillChatPage() {
"chat_id": _chatId,
"create_time": "-",
"update_time": "-",
"flow_type": card.flow_type
"flow_type": card.flow_type,
"avatar_img": card.avatar_img,
"avatar_color": card.avatar_color,
})
setSelelctChat({ id: card.id, chatId: _chatId, type: card.flow_type })
@@ -92,7 +94,7 @@ export default function SkillChatPage() {
return <div className="flex">
<div className="h-screen w-[288px] relative">
<div className="xinDuiHua absolute">
<div className="xinDuiHua absolute bg-[#000000] xinDuiHua-box">
<SkillChatSheet onSelect={handlerSelectFlow}>
<div id="newchat" className="xinDuiHua-btn cursor-pointer">
{/* <PlusBoxIcon className="dark:hidden"></PlusBoxIcon> */}