1
This commit is contained in:
@@ -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> */}
|
||||
|
||||
Reference in New Issue
Block a user