chattercatcher 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5118,18 +5118,16 @@ function buildHtml() {
5118
5118
  " <span>" + escapeHtml(item.status) + "</span>",
5119
5119
  " <span>" + escapeHtml(citationCount) + " \u6761\u5F15\u7528</span>",
5120
5120
  " </div>",
5121
- " <div class="message-body"><strong>\u95EE\uFF1A</strong>" + escapeHtml(item.question) + "</div>",
5122
- " <div class="message-body"><strong>\u7B54\uFF1A</strong>" + escapeHtml(item.answer) + "</div>",
5121
+ " <div class=\\"message-body\\"><strong>\u95EE\uFF1A</strong>" + escapeHtml(item.question) + "</div>",
5122
+ " <div class=\\"message-body\\"><strong>\u7B54\uFF1A</strong>" + escapeHtml(item.answer) + "</div>",
5123
5123
  "</article>",
5124
- ].join("
5125
- ");
5124
+ ].join("\\n");
5126
5125
  });
5127
5126
  qaLogs.innerHTML = [
5128
5127
  '<div class="message-list">',
5129
5128
  rows.join(""),
5130
5129
  "</div>",
5131
- ].join("
5132
- ");
5130
+ ].join("\\n");
5133
5131
  }
5134
5132
 
5135
5133
  async function fetchJson(path) {