qwe
Some checks failed
Docker Build and Deploy / build-and-push (push) Failing after 15s
Docker Build and Deploy / deploy-hk (push) Has been skipped

This commit is contained in:
zch1234qq
2025-10-20 23:41:07 +08:00
parent 62c08e7132
commit b71e8502ba
8 changed files with 92 additions and 6091 deletions

View File

@ -32,7 +32,7 @@ const welcomeMessage: MessageType = {
const ChatInterface: React.FC = () => {
// 状态管理
const [messages, setMessages] = useState<MessageType[]>([welcomeMessage]);
const [messages, setMessages] = useState<MessageType[]>([]);
const [input, setInput] = useState('');
const [isLoading, setIsLoading] = useState(false);
const [isConfigured, setIsConfigured] = useState(false);