chore: opt mobile style

This commit is contained in:
duorameng
2026-04-02 20:31:20 +08:00
parent 08715e0172
commit ad2dbd8523
9 changed files with 465 additions and 165 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ func (s *NotificationService) handleEvent(bindingType string) eventbus.Handler {
if len(logSnippet) > extra.LogLimit {
logSnippet = "...\n" + logSnippet[len(logSnippet)-extra.LogLimit:]
}
currentText += "\n\n执行日志\n" + logSnippet
currentText += "\n\n[执行日志]\n" + logSnippet
}
}