fix: 修复消息发送后输入框未清空及自动点赞状态切换问题
修复消息发送后输入框未清空的问题,优化自动点赞任务状态切换逻辑 更新消息处理逻辑,修正构建文件引用路径
This commit is contained in:
@@ -41,6 +41,7 @@ const MessageEnter: React.FC<MessageEnterProps> = ({ contract }) => {
|
||||
content: inputValue,
|
||||
};
|
||||
sendCommand("CmdSendMessage", params);
|
||||
setInputValue("");
|
||||
// try {
|
||||
// onSendMessage(inputValue);
|
||||
// setInputValue("");
|
||||
|
||||
Reference in New Issue
Block a user