From 378d08c47742fb273cb203b81e8b05e7d5e4ef84 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Wed, 15 Jul 2026 15:19:27 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=202026-07-15=2015:19=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/web/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/web/static/index.html b/demo/web/static/index.html index c1de0ad..c7bb330 100644 --- a/demo/web/static/index.html +++ b/demo/web/static/index.html @@ -1281,10 +1281,10 @@ function renderMarkdown(md) { listStack.push('ul'); } let liContent = inlineMd(trimmed.slice(2)); - // 销售话术突出显示 + // 销售话术突出显示:微信绿色聊天气泡 if (/^\*\*销售话术\*\*/.test(trimmed.slice(2).trim())) { liContent = liContent.replace(/^销售话术<\/strong>[::]?/, ''); - html += `
  • 销售话术
    ${liContent}
  • `; + html += `
  • 销售话术${liContent}
  • `; } else { html += `
  • ${liContent}
  • `; }