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/cli.js CHANGED
@@ -8,7 +8,7 @@ import fs14 from "fs/promises";
8
8
  // package.json
9
9
  var package_default = {
10
10
  name: "chattercatcher",
11
- version: "0.1.22",
11
+ version: "0.1.23",
12
12
  description: "\u672C\u5730\u4F18\u5148\u7684\u98DE\u4E66/Lark \u5BB6\u5EAD\u7FA4\u77E5\u8BC6\u5E93\u673A\u5668\u4EBA",
13
13
  type: "module",
14
14
  main: "dist/index.js",
@@ -5540,18 +5540,16 @@ function buildHtml() {
5540
5540
  " <span>" + escapeHtml(item.status) + "</span>",
5541
5541
  " <span>" + escapeHtml(citationCount) + " \u6761\u5F15\u7528</span>",
5542
5542
  " </div>",
5543
- " <div class="message-body"><strong>\u95EE\uFF1A</strong>" + escapeHtml(item.question) + "</div>",
5544
- " <div class="message-body"><strong>\u7B54\uFF1A</strong>" + escapeHtml(item.answer) + "</div>",
5543
+ " <div class=\\"message-body\\"><strong>\u95EE\uFF1A</strong>" + escapeHtml(item.question) + "</div>",
5544
+ " <div class=\\"message-body\\"><strong>\u7B54\uFF1A</strong>" + escapeHtml(item.answer) + "</div>",
5545
5545
  "</article>",
5546
- ].join("
5547
- ");
5546
+ ].join("\\n");
5548
5547
  });
5549
5548
  qaLogs.innerHTML = [
5550
5549
  '<div class="message-list">',
5551
5550
  rows.join(""),
5552
5551
  "</div>",
5553
- ].join("
5554
- ");
5552
+ ].join("\\n");
5555
5553
  }
5556
5554
 
5557
5555
  async function fetchJson(path) {