fix: 修复消息发送后输入框未清空及自动点赞状态切换问题

修复消息发送后输入框未清空的问题,优化自动点赞任务状态切换逻辑
更新消息处理逻辑,修正构建文件引用路径
This commit is contained in:
超级老白兔
2025-09-03 17:05:53 +08:00
parent 9cdfe552e0
commit 0bddc4dc5b
6 changed files with 23 additions and 18 deletions

View File

@@ -41,6 +41,7 @@ const MessageEnter: React.FC<MessageEnterProps> = ({ contract }) => {
content: inputValue,
};
sendCommand("CmdSendMessage", params);
setInputValue("");
// try {
// onSendMessage(inputValue);
// setInputValue("");