MCPcopy Create free account
hub / github.com/Jackywine/Bella / formatMessage

Method formatMessage

chatInterface.js:345–351  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

343
344 // 格式化消息内容
345 formatMessage(content) {
346 // 简单的文本格式化,支持换行
347 return content
348 .replace(/\n/g, '<br>')
349 .replace(/\*\*(.*?)\*\*/g, '<strong>$1</strong>')
350 .replace(/\*(.*?)\*/g, '<em>$1</em>');
351 }
352
353 // 显示打字指示器
354 showTypingIndicator() {

Callers 1

addMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected