修改参数符号名称

This commit is contained in:
CrescentLeaf
2025-12-28 00:09:07 +08:00
parent f36c747a72
commit ef84cc30c0

View File

@@ -2,9 +2,9 @@ import { Chat, Message } from 'lingchair-client-protocol'
import * as React from 'react'
export default function ChatMessageContainer({
chatInfo,
chat,
}: {
chatInfo: Chat
chat: Chat
}) {
const [messages, setMessages] = React.useState<Message[]>()