Update LeTeX return message

This commit is contained in:
2025-09-11 21:47:48 +08:00
parent 099625c2f2
commit 68a45a9657

View File

@@ -38,7 +38,7 @@ class SendLaTeXExpression : BaseAgent(
// 发送图片消息 // 发送图片消息
event.subject.sendMessage(image) event.subject.sendMessage(image)
return "成功发送LaTeX表达式" return "成功LaTeX表达式转为图片发送"
} catch (ex: Throwable) { } catch (ex: Throwable) {
return "处理LaTeX表达式时发生异常: ${ex.message}" return "处理LaTeX表达式时发生异常: ${ex.message}"
} }