795 lines
86 KiB
HTML
795 lines
86 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Bikini Trimmer / Electric Shaver — VOC 深度分析报告 v1</title>
|
||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||
<style>
|
||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif;
|
||
background: #f8f9fa; color: #1a1a1a; font-size: 14px; line-height: 1.65; }
|
||
.top-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97);
|
||
backdrop-filter: blur(8px); border-bottom: 1px solid #e5e7eb;
|
||
display: flex; align-items: center; padding: 0 20px; overflow-x: auto; }
|
||
.top-nav .layer-tag { padding: 4px 10px; font-size: 11px; font-weight: 600; border-radius: 999px;
|
||
margin: 0 6px 0 2px; white-space: nowrap; }
|
||
.tag-what { background: #dbeafe; color: #1d4ed8; }
|
||
.tag-why { background: #fef3c7; color: #92400e; }
|
||
.top-nav a { padding: 12px 14px; font-size: 12px; font-weight: 500; color: #555;
|
||
text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; transition: color .15s; }
|
||
.top-nav a:hover { color: #2563eb; }
|
||
.page { max-width: 1140px; margin: 0 auto; padding: 36px 24px 72px; }
|
||
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
|
||
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
|
||
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
|
||
.grid-5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
|
||
.exec-summary { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; margin-bottom: 18px; }
|
||
.exec-summary h3 { font-size: 14px; margin-bottom: 8px; color: #0f172a; }
|
||
h1 { font-size: 24px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
|
||
.subtitle { font-size: 12px; color: #888; margin-bottom: 6px; }
|
||
.layer-header { display: flex; align-items: center; gap: 12px; margin: 40px 0 16px; }
|
||
.layer-badge { padding: 3px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
|
||
.badge-what { background: #2563eb; color: #fff; }
|
||
.badge-why { background: #d97706; color: #fff; }
|
||
h2 { font-size: 17px; font-weight: 700; color: #0f172a; }
|
||
h3 { font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 8px; }
|
||
.divider { border: none; border-top: 1px solid #e5e7eb; margin: 32px 0; }
|
||
.note { font-size: 11px; color: #999; margin-bottom: 10px; line-height: 1.5; }
|
||
.kpi-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; }
|
||
.kpi-val { font-size: 28px; font-weight: 700; color: #0f172a; line-height: 1.1; }
|
||
.kpi-val.blue { color: #2563eb; }
|
||
.kpi-val.success { color: #16a34a; }
|
||
.kpi-val.warn { color: #d97706; }
|
||
.kpi-val.danger { color: #dc2626; }
|
||
.kpi-lbl { font-size: 12px; color: #666; margin-top: 4px; }
|
||
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; margin-bottom: 12px; }
|
||
.card-header { padding: 10px 16px; background: #f9fafb; border-bottom: 1px solid #e5e7eb;
|
||
font-size: 13px; font-weight: 600; color: #374151;
|
||
display: flex; justify-content: space-between; align-items: center;
|
||
cursor: pointer; user-select: none; }
|
||
.card-header:hover { background: #f3f4f6; }
|
||
.card-body { padding: 14px 16px; }
|
||
.card.collapsed .card-body { display: none; }
|
||
.toggle-icon::after { content: '\25B2'; font-size: 10px; color: #9ca3af; margin-left: 8px; }
|
||
.card.collapsed .toggle-icon::after { content: '\25BC'; }
|
||
.chart-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; margin-bottom: 16px; }
|
||
.chart-h { height: 240px; }
|
||
.chart-h-md { height: 300px; }
|
||
.chart-h-lg { height: 360px; }
|
||
.chart-scroll { overflow-y: auto; overflow-x: hidden; border-radius: 6px; }
|
||
.chart-scroll-x { overflow-x: auto; overflow-y: hidden; }
|
||
.asin-appendix { margin-top: 12px; font-size: 13px; color: #374151; }
|
||
.asin-appendix summary { cursor: pointer; font-weight: 600; padding: 8px 0; }
|
||
.star-dist { color: #2563eb; cursor: help; font-size: 11px; }
|
||
.theme-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 14px; }
|
||
.theme-mini-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px 12px; }
|
||
.theme-mini-box h4 { font-size: 12px; font-weight: 600; color: #374151; margin-bottom: 6px; }
|
||
.theme-mini-chart { height: 200px; }
|
||
.matrix-table td { font-size: 12px; line-height: 1.55; }
|
||
.matrix-table td small { font-size: 11px; }
|
||
.footer-asin-details summary { cursor: pointer; color: #2563eb; }
|
||
.chart-cap { font-size: 11px; color: #999; text-align: center; margin-top: 6px; }
|
||
.callout { border-radius: 8px; padding: 12px 16px; margin-bottom: 14px; }
|
||
.callout-warn { background: #fffbeb; border-left: 4px solid #f59e0b; }
|
||
.callout-danger { background: #fef2f2; border-left: 4px solid #dc2626; }
|
||
.callout-info { background: #eff6ff; border-left: 4px solid #3b82f6; }
|
||
.callout-success { background: #f0fdf4; border-left: 4px solid #22c55e; }
|
||
.callout-title { font-weight: 600; font-size: 13px; margin-bottom: 3px; }
|
||
.callout-warn .callout-title { color: #92400e; }
|
||
.callout-danger .callout-title { color: #b91c1c; }
|
||
.callout-info .callout-title { color: #1d4ed8; }
|
||
.callout-success .callout-title { color: #15803d; }
|
||
.callout p { font-size: 13px; color: #444; }
|
||
.quote { background: #f3f4f6; border-radius: 6px; padding: 8px 12px;
|
||
font-size: 12px; font-style: italic; color: #555; line-height: 1.55; margin: 6px 0; }
|
||
.quote.neg { border-left: 3px solid #fca5a5; background: #fff5f5; }
|
||
.quote.pos { border-left: 3px solid #86efac; background: #f0fff4; }
|
||
.quote a { color: #2563eb; font-style: normal; text-decoration: none; }
|
||
.quote a:hover { text-decoration: underline; }
|
||
.quote-cn { font-size: 11px; color: #666; font-style: normal; margin-top: 4px; }
|
||
.quote-empty { font-size: 12px; color: #999; font-style: italic; }
|
||
.pill { display: inline-block; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 999px; }
|
||
.pill-danger { background: #fee2e2; color: #b91c1c; border: 1px solid #fca5a5; }
|
||
.pill-warn { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
|
||
.pill-info { background: #dbeafe; color: #1d4ed8; }
|
||
.pill-success { background: #dcfce7; color: #15803d; }
|
||
.pill-gray { background: #f3f4f6; color: #6b7280; }
|
||
.tbl-wrap { overflow-x: auto; margin-bottom: 16px; }
|
||
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px;
|
||
overflow: hidden; border: 1px solid #e5e7eb; font-size: 13px; }
|
||
thead { background: #f3f4f6; }
|
||
th { padding: 9px 12px; text-align: left; font-size: 11px; font-weight: 600; color: #555;
|
||
border-bottom: 1px solid #e5e7eb; white-space: nowrap; }
|
||
td { padding: 9px 12px; border-bottom: 1px solid #f3f4f6; vertical-align: top; }
|
||
tr:last-child td { border-bottom: none; }
|
||
td a { color: #2563eb; text-decoration: none; }
|
||
td a:hover { text-decoration: underline; }
|
||
tr.row-r td { background: #fff5f5; }
|
||
tr.row-y td { background: #fffdf0; }
|
||
tr.row-g td { background: #f0fff4; }
|
||
tr.row-b td { background: #eff6ff; }
|
||
.num { text-align: right; }
|
||
.persona { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; }
|
||
.p-name { font-weight: 700; font-size: 14px; margin-bottom: 2px; }
|
||
.p-meta { font-size: 11px; color: #888; margin-bottom: 8px; }
|
||
.p-pct { font-weight: 700; color: #2563eb; }
|
||
.p-row { font-size: 12px; margin: 4px 0; color: #444; }
|
||
.p-label { font-weight: 600; color: #374151; }
|
||
.sat-hi { color: #16a34a; font-weight: 700; }
|
||
.sat-mid { color: #d97706; font-weight: 700; }
|
||
.sat-lo { color: #dc2626; font-weight: 700; }
|
||
.rc-section { margin-bottom: 14px; }
|
||
.rc-label { font-size: 12px; font-weight: 700; color: #374151; margin: 10px 0 4px; }
|
||
.rc-text { font-size: 13px; color: #444; line-height: 1.65; }
|
||
.jtbd-cell { max-width: 180px; font-size: 12px; line-height: 1.5; }
|
||
.kano-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 20px; }
|
||
.kano-card { border-radius: 8px; padding: 14px; border: 1px solid; }
|
||
.kano-basic { background: #fef2f2; border-color: #fca5a5; }
|
||
.kano-perf { background: #fffbeb; border-color: #fde68a; }
|
||
.kano-excite { background: #f0fdf4; border-color: #86efac; }
|
||
.kano-rev { background: #f5f3ff; border-color: #c4b5fd; }
|
||
.kano-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; margin-bottom: 6px; text-transform: uppercase; }
|
||
.kano-basic .kano-label { color: #b91c1c; }
|
||
.kano-perf .kano-label { color: #92400e; }
|
||
.kano-excite .kano-label { color: #15803d; }
|
||
.kano-rev .kano-label { color: #6d28d9; }
|
||
.kano-title { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #111; }
|
||
.kano-item { font-size: 12px; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,.05); display: grid; grid-template-columns: auto 1fr; gap: 8px; }
|
||
.kano-item:last-child { border-bottom: none; }
|
||
.kano-icon { font-size: 14px; margin-top: 1px; line-height: 1.4; }
|
||
.kano-fields { display: flex; flex-direction: column; gap: 2px; }
|
||
.kf-name { font-weight: 600; color: #111; font-size: 12px; }
|
||
.kf-row { font-size: 11px; color: #555; line-height: 1.5; }
|
||
.kf-key { font-weight: 600; color: #374151; }
|
||
.kano-empty { font-size: 12px; color: #888; padding: 8px 0; }
|
||
.danger { color: #dc2626; font-weight: 700; }
|
||
.warn { color: #d97706; font-weight: 700; }
|
||
.footer { font-size: 11px; color: #aaa; margin-top: 48px; padding-top: 14px; border-top: 1px solid #e5e7eb; }
|
||
@media (max-width: 900px) {
|
||
.grid-2,.grid-3,.grid-4,.grid-5,.kano-grid { grid-template-columns: 1fr; }
|
||
.theme-mini-grid { grid-template-columns: 1fr; }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<nav class="top-nav">
|
||
<span class="layer-tag tag-what">描述层</span>
|
||
<a href="#sec-summary">决策摘要</a>
|
||
<a href="#sec-overview">数据总览</a>
|
||
<a href="#sec-asin-theme">ASIN主题</a>
|
||
<a href="#sec-persona">受众画像</a>
|
||
<a href="#sec-feedback">正负反馈</a>
|
||
<a href="#sec-keyword">情感词频</a>
|
||
<span class="layer-tag tag-why">分析层</span>
|
||
<a href="#sec-kano">KANO 模型</a>
|
||
<a href="#sec-jtbd">JTBD 动机</a>
|
||
<a href="#sec-matrix">人群矩阵</a>
|
||
<a href="#sec-rootcause">痛点根因</a>
|
||
</nav>
|
||
|
||
<div class="page">
|
||
|
||
<h1>Bikini Trimmer / Electric Shaver — VOC 深度分析报告</h1>
|
||
<p class="subtitle">5 个竞品 ASIN · 数据来源:卖家精灵 realtime CSV · 分析日期:2026-06-12</p>
|
||
|
||
<div class="callout callout-info" style="margin-top:14px">
|
||
<div class="callout-title">报告阅读指引</div>
|
||
<p><strong>描述层 What</strong>:先看「决策摘要」→ 数据总览 → 各 ASIN 主题对比 → 受众画像 → 正负反馈主题 → 情感词频<br>
|
||
<strong>分析层 Why</strong>:解释动机根因(KANO 需求分层 → JTBD 动机框架 → 人群×场景×需求矩阵 → 痛点根因分析)</p>
|
||
</div>
|
||
|
||
<div class="exec-summary" id="sec-summary">
|
||
<h3>决策摘要</h3>
|
||
<div class="callout callout-success" style="margin-bottom:10px;padding:10px 14px"><div class="callout-title">产品定义结论</div><p style="font-size:13px;margin:0">新品进入建议:Must-be 优先解决 性价比低、质量耐用差、电源故障;Performance 对齐 品质耐用、多功能附件;Attractive 可在好评高频但差评未覆盖的维度建立差异化感知。</p></div><ul style="margin:8px 0 0 18px;font-size:13px;color:#444"><li style="margin-bottom:6px">样本:1,052 条有效评论 · 5 个竞品 · 加权均分 3.36 · 差评率 35%</li><li style="margin-bottom:6px">最弱竞品 竞品E·2.75分(127 条评论,差评率 52%)— 重点对标其短板</li><li style="margin-bottom:6px">最佳竞品 竞品A·3.66分(均分 3.66,正评率 62%)— 提炼可复制卖点</li><li style="margin-bottom:6px">核心差评主题:性价比低(194条);质量耐用差(168条);电源故障(71条)</li><li style="margin-bottom:6px">核心好评卖点:品质耐用(264条);多功能附件(253条);电池与充电(183条)</li></ul><div style="margin-top:12px;font-size:12px;font-weight:600;color:#374151">产品机会清单(按差评频次排序)</div><ol style="margin:6px 0 0 18px;font-size:13px;color:#444"><li style="margin-bottom:4px">[P0] 性价比低:194 条差评(占差评比 52%)</li><li style="margin-bottom:4px">[P0] 质量耐用差:168 条差评(占差评比 45%)</li><li style="margin-bottom:4px">[P1] 电源故障:71 条差评(占差评比 19%)</li><li style="margin-bottom:4px">[P1] 使用伤害:70 条差评(占差评比 19%)</li><li style="margin-bottom:4px">[P1] 核心效果不佳:40 条差评(占差评比 11%)</li></ol>
|
||
</div>
|
||
|
||
|
||
|
||
<!-- ══ §1 数据总览 ══ -->
|
||
<div class="layer-header" id="sec-overview">
|
||
<span class="layer-badge badge-what">描述层 What</span>
|
||
<h2>数据总览</h2>
|
||
</div>
|
||
|
||
<div class="callout callout-danger">
|
||
<div class="callout-title">市场竞争状态:系统性缺陷 · 新品进入窗口期</div>
|
||
<p>加权均分 3.36(低于 3.5),按方法论判定为「市场存在严重系统性缺陷,是新品进入的明确窗口期」。 最差竞品 B0FFMB9G7T(均分 2.75,差评率 52%);最佳 B0FYPP6BCQ(均分 3.66,正评率 62%)。 建议对标最佳竞品提炼可复制的 Must-be 能力(刀头/续航/结构),并在其薄弱维度(如耐用性或性价比感知)建立差异化。</p>
|
||
</div>
|
||
|
||
<div class="grid-5" style="margin-bottom:22px">
|
||
<div class="kpi-card"><div class="kpi-val blue">1,052</div><div class="kpi-lbl">有效评论总数(Verified+Vine)</div></div>
|
||
<div class="kpi-card"><div class="kpi-val danger">3.36</div><div class="kpi-lbl">5款加权平均评分</div></div>
|
||
<div class="kpi-card"><div class="kpi-val success">55%</div><div class="kpi-lbl">正评率(≥4★)</div></div>
|
||
<div class="kpi-card"><div class="kpi-val warn">9%</div><div class="kpi-lbl">中评率(3★,91条)</div></div>
|
||
<div class="kpi-card"><div class="kpi-val danger">35%</div><div class="kpi-lbl">差评率(≤2★)</div></div>
|
||
</div>
|
||
|
||
<h3>各 ASIN 有效评论统计</h3>
|
||
|
||
<div class="tbl-wrap"><table><thead><tr><th>竞品</th><th>ASIN</th><th class="num">有效评论数</th><th class="num">均分</th><th class="num">正评率(≥4★)</th><th class="num">差评率(≤2★)</th><th class="num">5★</th><th class="num">4★</th><th class="num">3★</th><th class="num">2★</th><th class="num">1★</th></tr></thead><tbody><tr class="row-y"><td>竞品C·3.37分</td><td><a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener">B0GVJQZPM2</a></td><td class="num">283</td><td class="num warn" style="font-weight:700">3.37</td><td class="num">57%</td><td class="num">35%</td><td class="num">120</td><td class="num">42</td><td class="num">20</td><td class="num">25</td><td class="num">76</td></tr><tr class="row-y"><td>竞品D·3.36分</td><td><a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">B0CGHPQGV7</a></td><td class="num">260</td><td class="num warn" style="font-weight:700">3.36</td><td class="num">55%</td><td class="num">36%</td><td class="num">101</td><td class="num">44</td><td class="num">21</td><td class="num">35</td><td class="num">59</td></tr><tr class="row-y"><td>竞品B·3.48分</td><td><a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">B0FFMG7K6W</a></td><td class="num">218</td><td class="num warn" style="font-weight:700">3.48</td><td class="num">60%</td><td class="num">29%</td><td class="num">87</td><td class="num">44</td><td class="num">23</td><td class="num">14</td><td class="num">50</td></tr><tr class="row-g"><td>竞品A·3.66分</td><td><a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">B0FYPP6BCQ</a></td><td class="num">164</td><td class="num " style="font-weight:700">3.66</td><td class="num">62%</td><td class="num">28%</td><td class="num">92</td><td class="num">10</td><td class="num">15</td><td class="num">8</td><td class="num">39</td></tr><tr class="row-r"><td>竞品E·2.75分</td><td><a href="https://www.amazon.com/dp/B0FFMB9G7T" target="_blank" rel="noopener">B0FFMB9G7T</a></td><td class="num">127</td><td class="num danger" style="font-weight:700">2.75 ⚠</td><td class="num">37%</td><td class="num">52%</td><td class="num">41</td><td class="num">7</td><td class="num">12</td><td class="num">13</td><td class="num">54</td></tr></tbody></table></div>
|
||
|
||
|
||
<div class="chart-box">
|
||
|
||
<h3>各 ASIN 评分分布(堆叠)</h3>
|
||
<p class="note">按竞品展示 5★–1★ 评论堆叠分布。</p>
|
||
<div class="chart-scroll" style="max-height:300px">
|
||
<div id="starDistChart" style="width:100%;height:300px"></div>
|
||
</div>
|
||
<p class="chart-cap">数据来源:卖家精灵 realtime CSV · 筛选 verified=True 或 vine=True · 轴标签 A/B/… 悬停图表查看完整竞品名</p>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §1b 各 ASIN 主题分布 ══ -->
|
||
<div class="layer-header" id="sec-asin-theme">
|
||
<span class="layer-badge badge-what">描述层 What</span>
|
||
<h2>各 ASIN 主题分布</h2>
|
||
</div>
|
||
<p class="note">横向对比各竞品在 Top 差评/好评主题上的评论命中数,识别弱点集中 ASIN 与卖点组合差异。</p>
|
||
<div class="callout callout-info" style="margin-bottom:14px"><div class="callout-title">ASIN 主题对比结论</div><ul style="margin:6px 0 0 18px;font-size:13px;color:#444"><li style="margin-bottom:4px">「性价比低」集中出现在 竞品D·3.36分(47 条),可作为对标突破口。</li><li style="margin-bottom:4px">「质量耐用差」集中出现在 竞品D·3.36分(43 条),可作为对标突破口。</li><li style="margin-bottom:4px">「电源故障」集中出现在 竞品D·3.36分(17 条),可作为对标突破口。</li></ul></div>
|
||
|
||
<div class="chart-box">
|
||
<h3>各 ASIN 差评主题对比(Top 6 主题 × 5 竞品)</h3>
|
||
<p class="note">分组柱:X 轴=竞品,图例=Top 6 差评主题。</p>
|
||
<div id="negChartPerAsin" style="width:100%;height:360px"></div>
|
||
|
||
</div>
|
||
<div class="chart-box">
|
||
<h3>各 ASIN 好评主题对比(Top 6 主题 × 5 竞品)</h3>
|
||
<p class="note">分组柱:X 轴=竞品,图例=Top 6 好评主题。</p>
|
||
<div id="posChartPerAsin" style="width:100%;height:360px"></div>
|
||
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §2 受众画像 ══ -->
|
||
<div class="layer-header" id="sec-persona">
|
||
<span class="layer-badge badge-what">描述层 What</span>
|
||
<h2>用户画像(Persona)</h2>
|
||
</div>
|
||
|
||
<div class="grid-2"><div class="persona">
|
||
<div class="p-name">旅行常备超长待机族</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">7.1%</span>(命中 75 条 / 1052) · 置信度 已验证 · 维度B 行为场景</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>频繁出差旅行中,修剪器电池过早耗尽或无法充电;设备不防水或不易清洗导致使用困难</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要超长续航、快速充电且支持干湿两用的便携修剪器;要求皮肤零刺激、清洁便利</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成旅行途中的长续航、防水的全身持久无敏修剪</div>
|
||
<div class="quote-empty">暂无与画像结构化字段匹配的代表性评论</div>
|
||
</div>
|
||
<div class="persona">
|
||
<div class="p-name">性价比复购者</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">5.5%</span>(命中 58 条 / 1052) · 置信度 已验证 · 维度C 购买动机</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>产品电池与充电系统寿命极短;使用数月至一年即故障;售后服务缺失,维修无门</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要经久耐用、充电可靠且享有有效保修的修剪器;期待严格品控和长期稳定的性能</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成至少2年以上的可靠使用,避免频繁更换浪费金钱</div>
|
||
<div class="quote neg">"Worked well for the first few times but the button stopped working for some reason? Wouldn’t turn off and I had to let the battery die. Never charged or was able to turn on after." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (1★)<div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Do not recommend. Battery life is very short. Battery not strong enough to cut short under arm hair. Would not purchase had I known this. Look for maybe more expensive. Very cheaply made." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (1★)<div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"I wish I could give zero stars DO NOT BUY! The return window is so small because they know after one or two uses it’ll stop charging. DO NOT BUY IT IS A WASTE OF MONEY!!!!" — <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">竞品B·3.48分</a> (1★)<div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
</div>
|
||
<div class="persona">
|
||
<div class="p-name">激光后新毛管理师</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">4.9%</span>(命中 52 条 / 1052) · 置信度 已验证 · 维度A 生理特征</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>激光脱毛后新长出的细软毛发被钝刀片忽略或需反复剃刮;经济下行无法继续负担激光费用</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要配备多种锋利刀头、能高效切断新生短毛的精准修剪器;期望替换激光护理,维持皮肤光洁</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成激光脱毛后新生毛发的经济、精准、无遗漏管理</div>
|
||
<div class="quote pos">"This product is amazing , it caused 0 irritation, you can use it wet or dry. It has a long battery life and is pretty sturdy!The biggest win if you want no razor burn!" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a> (5★)<div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote pos">"I've had female trimmers that don't work all that good and leave too much hair. This one works perfectly and will trimm hairs down as low as you would like and it's the best price for what it does." — <a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener">竞品C·3.37分</a> (4★)<div class="quote-cn">摘要:整体满意推荐</div></div>
|
||
<div class="quote pos">"This is the perfect bikini trimmer and it comes with several attachments. It doesn't cause irritation or cuts, it's the perfect size, recharges super fast, and best of all, it's waterproof. I highly recommend it!" — <a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener">竞品C·3.37分</a> (5★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
</div>
|
||
<div class="persona">
|
||
<div class="p-name">新手安全便携群体</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">4.2%</span>(命中 44 条 / 1052) · 置信度 已验证 · 维度A 生理特征</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>初次使用私处修剪器担心刮伤、肿块和过敏;普通剃刀易产生毛发肿块,造成不安全感</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要绝对不伤肤、易上手、轻便可随身携带的修剪器;期待减少肿块、避免皮肤刺激</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成无肿块、无刮伤、新手友好的私密部位初次安全修剪</div>
|
||
<div class="quote pos">"I loved the packaging and the color, the quality is very good, it's very easy to use, it doesn't irritate the skin, and it can be used on all parts of the body. I loved it, I recommend it." — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a> (5★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
<div class="quote pos">"I really like this bikini trimmer because it doesn't irritate my skin; it is very easy to use and convenient to carry in my bag when I travel. I loved it" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a> (5★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
<div class="quote pos">"It is great value and it has not hurt me even though I have sensitive skin. I would buy again, it’s great to take while on vacation." — <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">竞品B·3.48分</a> (5★)<div class="quote-cn">摘要:整体满意推荐</div></div>
|
||
</div>
|
||
<div class="persona">
|
||
<div class="p-name">敏感肌防灼烧群体</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">2.9%</span>(命中 30 条 / 1052) · 置信度 已验证 · 维度A 生理特征</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>使用传统剃刀导致严重剃刀灼烧和毛发内生;此款修剪器仍造成刮伤、剃不干净、皮肤刺激</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要一款能保护敏感肌肤、彻底避免灼烧和肿块的温和修剪器;期望剃除干净顺滑,物有所值</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成敏感肌肤的无刺激、无灼烧、无内生毛发的安全剃除</div>
|
||
<div class="quote pos">"The charging base lasts for weeks on a single charge, and the drawstring pouch design lets me toss it into my travel bag on the go. No more lugging around three separate tools—this one handles all my repair needs." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (5★)<div class="quote-cn">摘要:称赞便携</div></div>
|
||
<div class="quote pos">"Works great and is gentle. I have a kiddo (5 year old) who doesn't like regular trimmers so haircuts can be a fight. But he did great with this. It was easier on his skin and quieter and the smaller heads really helped!" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (5★)<div class="quote-cn">摘要:整体满意推荐</div></div>
|
||
<div class="quote pos">"I’ve been wanting to get an electric shaver for a while. I’m a person who can’t stand stubble on my legs. This works great on getting rid of it. The attachments are easy to swap, and the shaver is easy to put in a bag f…" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (5★)<div class="quote-cn">摘要:整体满意推荐</div></div>
|
||
</div>
|
||
<div class="persona">
|
||
<div class="p-name">场景用户</div>
|
||
<div class="p-meta">占比 ~<span class="p-pct">2.5%</span>(命中 26 条 / 1052) · 置信度 已验证 · 维度A 生理特征</div>
|
||
<div class="p-row"><span class="p-label">核心痛点:</span>刀片钝涩严重拉扯毛发,导致出血、刮伤和疼痛;多次反复剃刮仍无法彻底剃净,皮肤红肿</div>
|
||
<div class="p-row"><span class="p-label">核心需求:</span>需要强劲锋利刀片,能一次性顺滑剃除粗硬毛发,杜绝拉扯和损伤;要求刀头耐用、切割高效</div>
|
||
<div class="p-row"><span class="p-label">购买动机:</span>雇佣Bikini Trimmer / Electric Shaver完成对粗硬毛发的无痛、无拉扯、无刮伤的彻底剃除</div>
|
||
<div class="quote neg">"Knicks and leaves razor burn. Does not get as close to the skin as I would like. Very irritating. Not the highest quality as the blades are made of plastic." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (2★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
<div class="quote neg">"Horrible razor burn. This razor left horrible burning red marks/burns. I tried in the bikini area and the armpits. Absolutely terrible. So much pain." — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a> (1★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
<div class="quote neg">"It is SLOW even after charging for several hours before the first use. Shave quality is meh and caused significant razor burn. Very Disappointing." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a> (2★)<div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
</div></div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §3 正负反馈 ══ -->
|
||
<div class="layer-header" id="sec-feedback">
|
||
<span class="layer-badge badge-what">描述层 What</span>
|
||
<h2>正负反馈主题统计</h2>
|
||
</div>
|
||
|
||
<p class="note">差评总数:373条(占有效评论 35%) · P0 门槛:74条(373×20%) · P1 范围:37–74条 · P2 范围:11–37条<br>本次数据有 2 个 P0 级差评主题:质量耐用差、性价比低。</p>
|
||
|
||
<div class="grid-2">
|
||
<div class="chart-box">
|
||
<h3>差评主题频次</h3>
|
||
<div class="chart-h-lg" id="negChart"></div>
|
||
</div>
|
||
<div class="chart-box">
|
||
<h3>好评主题频次(≥4 星,共 588 条)</h3>
|
||
<div class="chart-h-lg" id="posChart"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<h3>差评主题明细</h3>
|
||
<div class="tbl-wrap">
|
||
<table>
|
||
<thead><tr><th>差评主题(按根因拆分,不合并)</th><th class="num">频次</th><th class="num">占差评比</th><th>优先级</th><th>涉及范围&最痛 ASIN</th></tr></thead>
|
||
<tbody><tr class="row-r"><td>性价比低<br><small style="color:#888">(与具体功能缺陷不同:本主题为用户对整体价值/价格/宣传真实性的负面评价,未指向单一失效机制。)</small></td><td class="num">194</td><td class="num">52%</td><td><span class="pill pill-danger">P0</span></td><td>5/5 ASIN · 最痛:竞品D·3.36分(47条)、竞品C·3.37分(45条)</td></tr>
|
||
<tr class="row-r"><td>质量耐用差<br><small style="color:#888">(与电源故障根因不同:本主题为产品机械结构/材料缺陷导致断裂、散架、寿命短;与清洁困难根因不同:物理破损 vs 日常清洁设计难度。)</small></td><td class="num">168</td><td class="num">45%</td><td><span class="pill pill-danger">P0</span></td><td>5/5 ASIN · 最痛:竞品D·3.36分(43条)、竞品B·3.48分(38条)</td></tr>
|
||
<tr class="row-y"><td>电源故障<br><small style="color:#888">(与质量耐用差根因不同:本主题为电气系统(电池/充电/电源键)失效导致无法开机或工作,属电路问题;而质量耐用差为物理结构/材料损坏。)</small></td><td class="num">71</td><td class="num">19%</td><td><span class="pill pill-warn">P1</span></td><td>5/5 ASIN · 最痛:竞品D·3.36分(17条)、竞品B·3.48分(17条)</td></tr>
|
||
<tr class="row-y"><td>使用伤害<br><small style="color:#888">(与核心效果不佳根因不同:本主题为用户使用中遭受的物理伤害(割伤/扯毛/刺激),由刀片安全设计或接触机制导致;与噪音过热根因不同:非机器运行热/声,而是直接皮肤创伤。)</small></td><td class="num">70</td><td class="num">19%</td><td><span class="pill pill-warn">P1</span></td><td>5/5 ASIN · 最痛:竞品D·3.36分(28条)、竞品A·3.66分(13条)</td></tr>
|
||
<tr class="row-y"><td>核心效果不佳<br><small style="color:#888">(与使用伤害根因不同:本主题为产品基本剃净功能未达标,源于刀片锋利度/动力/设计缺陷,而非直接造成用户身体损伤。)</small></td><td class="num">40</td><td class="num">11%</td><td><span class="pill pill-warn">P1</span></td><td>5/5 ASIN · 最痛:竞品D·3.36分(25条)、竞品E·2.75分(6条)</td></tr>
|
||
<tr class="row-b"><td>清洁困难<br><small style="color:#888">(与质量耐用差根因不同:本主题为用户清洁/拆装/维护中遇到的障碍,源于设计不便,而非部件在正常使用中损坏或断裂。)</small></td><td class="num">7</td><td class="num">2%</td><td><span class="pill pill-gray">待观察</span></td><td>1/5 ASIN · 最痛:竞品D·3.36分(7条)</td></tr>
|
||
<tr class="row-b"><td>噪音与过热<br><small style="color:#888">(与使用伤害根因不同:本主题为用户对机器运行中发热/噪声的抱怨,属产品运行品质问题,而非刀片与皮肤接触造成的割伤/刺激。)</small></td><td class="num">6</td><td class="num">2%</td><td><span class="pill pill-gray">待观察</span></td><td>3/5 ASIN · 最痛:竞品D·3.36分(3条)、竞品A·3.66分(2条)</td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<h3>好评主题明细</h3>
|
||
<p class="note">占好评比基于单主题命中计数;同一评论可命中多个主题,各行占比之和可能超过 100%(当前合计约 181%)。KANO 预判为 What 层摘要,详细分类见下方 KANO 模型章节。</p>
|
||
<div class="tbl-wrap">
|
||
<table>
|
||
<thead><tr><th>好评主题</th><th class="num">频次</th><th class="num">占好评比</th><th>KANO 预判</th></tr></thead>
|
||
<tbody><tr class="row-g"><td>品质耐用</td><td class="num">264</td><td class="num">45%</td><td>期望型(Performance)<br><small style="color:#888">(耐用性P0级差评高频,好评同样高频,属经典期望型。)</small></td></tr>
|
||
<tr class="row-g"><td>多功能附件</td><td class="num">253</td><td class="num">43%</td><td>魅力型(Attractive)<br><small style="color:#888">(超出预期的附件令用户惊喜,差评未现,符合魅力型。)</small></td></tr>
|
||
<tr class="row-g"><td>电池与充电</td><td class="num">183</td><td class="num">31%</td><td>期望型(Performance)<br><small style="color:#888">(续航好坏均现,长续航被明确表扬,短续航招致抱怨。)</small></td></tr>
|
||
<tr class="row-g"><td>防水易洁</td><td class="num">128</td><td class="num">22%</td><td>魅力型(Attractive)<br><small style="color:#888">(防水非必需要求,但用户表达强烈喜爱,属魅力型。)</small></td></tr>
|
||
<tr class="row-g"><td>温和亲肤</td><td class="num">115</td><td class="num">20%</td><td>期望型(Performance)<br><small style="color:#888">(安全是关注焦点,差评密集,好评明确,线性影响满意度。)</small></td></tr>
|
||
<tr class="row-g"><td>舒适易用</td><td class="num">101</td><td class="num">17%</td><td>期望型(Performance)<br><small style="color:#888">(做得越好评分越高,是线性竞争点)</small></td></tr>
|
||
<tr class="row-g"><td>剃净效果</td><td class="num">11</td><td class="num">2%</td><td>期望型(Performance)<br><small style="color:#888">(剃净是核心性能,好坏均被高频提及,效果越好评价越高。)</small></td></tr>
|
||
<tr class="row-g"><td>便携与设计</td><td class="num">3</td><td class="num">1%</td><td>期望型(Performance)<br><small style="color:#888">(做得越好评分越高,是线性竞争点)</small></td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §4 情感词频 ══ -->
|
||
<div class="layer-header" id="sec-keyword">
|
||
<span class="layer-badge badge-what">描述层 What</span>
|
||
<h2>情感关键词分析</h2>
|
||
</div>
|
||
<p class="note">规则:同一评论中同一词组多次出现计 1 次;极性根据评论语境判断;含义只写评论中明确出现的内容,不推断。</p>
|
||
|
||
<div class="grid-2">
|
||
<div>
|
||
<h3 style="font-size:14px;margin:0 0 8px">高频负面情感词(差评,≤2★)</h3>
|
||
<div class="tbl-wrap">
|
||
<table>
|
||
<thead><tr><th>词汇</th><th class="num">频次</th><th>情感极性</th><th>评论中使用语境</th><th>主要关联 Persona</th></tr></thead>
|
||
<tbody><tr class="row-y"><td>trash / value / price / overall</td><td class="num">46</td><td><span class="pill pill-warn">负面</span></td><td>用户抱怨产品性价比低,质量不佳,功能不符广告,感觉浪费钱,部分人直接丢弃或退货。</td><td>性价比复购者</td></tr>
|
||
<tr class="row-r"><td>loud / noise / noisy / safety</td><td class="num">42</td><td><span class="pill pill-danger">强负面</span></td><td>用户反映刀片拉扯毛发、割伤皮肤导致出血灼痛,噪音大,部分提及过热。</td><td>场景用户、敏感肌防灼烧群体</td></tr>
|
||
<tr class="row-y"><td>power / speed / button / charger</td><td class="num">42</td><td><span class="pill pill-warn">负面</span></td><td>用户抱怨电池无法充电、开机无反应,续航差,部分未附带充电器,保修无响应。</td><td>性价比复购者</td></tr>
|
||
<tr class="row-y"><td>quality / durability / not durable / reliability</td><td class="num">35</td><td><span class="pill pill-warn">负面</span></td><td>用户反馈产品质量差,不耐用,数月甚至首次使用即坏,寿命短,可靠性低。</td><td>性价比复购者</td></tr>
|
||
<tr class="row-r"><td>speed / blades / too slow / not good</td><td class="num">16</td><td><span class="pill pill-danger">强负面</span></td><td>用户反映刀片钝,剃不干净,需多次修剪仍留残茬,甚至割伤皮肤;速度慢效率低。</td><td>激光后新毛管理师、场景用户</td></tr>
|
||
<tr class="row-y"><td>loud / noisy / overheats / very loud</td><td class="num">6</td><td><span class="pill pill-warn">负面</span></td><td>用户反映使用时噪音大,设备过热发烫。</td><td>场景用户</td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 style="font-size:14px;margin:0 0 8px">高频正面情感词(好评,≥4★)</h3>
|
||
<div class="tbl-wrap">
|
||
<table>
|
||
<thead><tr><th>词汇</th><th class="num">频次</th><th>情感极性</th><th>评论中使用语境</th><th>主要关联 Persona</th></tr></thead>
|
||
<tbody><tr class="row-g"><td>blades / safety / trimmer / overall</td><td class="num">224</td><td><span class="pill pill-success">强正面情感</span></td><td>用户称赞多附件设计,刀片锋利安全,无割伤拉扯,剃须顺滑;认为是最好的修剪器。</td><td>激光后新毛管理师</td></tr>
|
||
<tr class="row-g"><td>good / long / great / solid</td><td class="num">148</td><td><span class="pill pill-success">强正面</span></td><td>用户满意电池续航长,充电快,可无线使用,感觉方便。</td><td>旅行常备超长待机族</td></tr>
|
||
<tr class="row-g"><td>cleaning / waterproof / shower use / wet/dry use</td><td class="num">115</td><td><span class="pill pill-success">正面场景</span></td><td>用户喜爱防水设计,可湿用和淋浴使用,易清洁。</td><td>旅行常备超长待机族</td></tr>
|
||
<tr class="row-g"><td>razor / great / value / sturdy</td><td class="num">113</td><td><span class="pill pill-success">强正面</span></td><td>用户认为品质优良,耐用坚固,性价比高,会再次购买。</td><td>性价比复购者</td></tr>
|
||
<tr class="row-g"><td>none / pain / gentle / gentleness</td><td class="num">89</td><td><span class="pill pill-success">强正面</span></td><td>用户反馈使用温和无痛,不刺激皮肤,剃后肌肤光滑,无拉扯。</td><td>旅行常备超长待机族、新手安全便携群体</td></tr>
|
||
<tr class="row-g"><td>size / power / noise / quiet</td><td class="num">85</td><td><span class="pill pill-success">强正面</span></td><td>用户认为产品易用,手感舒适,轻巧便携,动力足,噪音小。</td><td>新手安全便携群体</td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §5 KANO ══ -->
|
||
<div class="layer-header" id="sec-kano">
|
||
<span class="layer-badge badge-why">分析层 Why</span>
|
||
<h2>KANO 模型需求分类</h2>
|
||
</div>
|
||
|
||
<p class="note">每个需求条目包含:需求项 · 频次证据 · 主要影响 Persona · 分类原因 · 竞品现状(5 字段,按 SOP 要求)</p>
|
||
|
||
<div class="kano-grid"><div class="kano-card kano-basic"><div class="kano-label">基本型 Must-be</div><div class="kano-title">不满足 → 强烈差评;满足 → 用户不会特别提及</div><div class="kano-item"><div class="kano-icon">✕</div><div class="kano-fields"><div class="kf-name">正常充电与启动</div><div class="kf-row"><span class="kf-key">频次证据:</span>P1电源故障差评71次,典型抱怨“would not charge after first use”“doesn't turn on even when fully charged”;好评中无人因“能正常开机”而表扬。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>性价比复购者</div><div class="kf-row"><span class="kf-key">分类原因:</span>基础功能失效引发严重不满,做到则视为当然,符合基本型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>多数竞品可正常充放电,但个别品控问题存在。</div></div></div><div class="kano-item"><div class="kano-icon">✕</div><div class="kano-fields"><div class="kf-name">附带充电器</div><div class="kf-row"><span class="kf-key">频次证据:</span>差评P1电源故障中提及“didn't come with a charger”,P0性价比低也相关;好评电池主题无人表扬附带充电器。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>性价比复购者</div><div class="kf-row"><span class="kf-key">分类原因:</span>缺失必要配件导致无法使用,用户不会因此表扬,典型基本型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>行业标配含充电器,少数型号仅提供USB线。</div></div></div><div class="kano-item"><div class="kano-icon">✕</div><div class="kano-fields"><div class="kf-name">功能与广告一致</div><div class="kf-row"><span class="kf-key">频次证据:</span>P0性价比低差评194次高频词“doesn't work as advertised”“didn't do what was advertised”;好评罕见表扬广告一致性。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>性价比复购者</div><div class="kf-row"><span class="kf-key">分类原因:</span>宣传失实引起P0级不满,符合宣传则是基本要求,非魅力型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>合规品牌宣传准确,但部分卖家夸大功能。</div></div></div></div><div class="kano-card kano-perf"><div class="kano-label">期望型 Performance</div><div class="kano-title">越好 → 越高分;越差 → 越低分(线性关系)</div><div class="kano-item"><div class="kano-icon">↑</div><div class="kano-fields"><div class="kf-name">一次剃净不残留</div><div class="kf-row"><span class="kf-key">频次证据:</span>P1核心效果差评40次“leaves stubble no matter how many passes”“requires multiple passes”;好评剃净效果“shaves super close”“nice close shave”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>激光后新毛管理师</div><div class="kf-row"><span class="kf-key">分类原因:</span>剃净是核心性能,好坏均被高频提及,效果越好评价越高。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>高端刀片可一次剃净,中低端往往需反复。</div></div></div><div class="kano-item"><div class="kano-icon">↑</div><div class="kano-fields"><div class="kf-name">安全剃刮不伤肤</div><div class="kf-row"><span class="kf-key">频次证据:</span>P1使用伤害差评70次“cut my skin”“pulls hair”“caused bleeding incident”;好评温和亲肤“no cuts”“does not nick or pull”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>新手安全便携群体</div><div class="kf-row"><span class="kf-key">分类原因:</span>安全是关注焦点,差评密集,好评明确,线性影响满意度。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>竞品多采用防护网设计,但敏感肌用户仍易受伤。</div></div></div><div class="kano-item"><div class="kano-icon">↑</div><div class="kano-fields"><div class="kf-name">长久耐用不易坏</div><div class="kf-row"><span class="kf-key">频次证据:</span>P0质量耐用差评168次“stopped working after 6 months”“broke first use”;好评品质耐用“durable”“sturdy”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>性价比复购者</div><div class="kf-row"><span class="kf-key">分类原因:</span>耐用性P0级差评高频,好评同样高频,属经典期望型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>部分品牌提供一年以上保修,耐用性差异大。</div></div></div><div class="kano-item"><div class="kano-icon">↑</div><div class="kano-fields"><div class="kf-name">电池持久续航</div><div class="kf-row"><span class="kf-key">频次证据:</span>电源故障差评中“does not hold charge”“needed recharge after minimal use”;好评电池与充电“lasts a long time”“great battery life”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>旅行常备超长待机族</div><div class="kf-row"><span class="kf-key">分类原因:</span>续航好坏均现,长续航被明确表扬,短续航招致抱怨。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>续航45-90分钟不等,超长续航为重要卖点。</div></div></div><div class="kano-item"><div class="kano-icon">↑</div><div class="kano-fields"><div class="kf-name">快速充电</div><div class="kf-row"><span class="kf-key">频次证据:</span>差评偶见“slow even after charging”;好评“charges fast”“charges quickly”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>旅行常备超长待机族</div><div class="kf-row"><span class="kf-key">分类原因:</span>充电速度影响便利性,用户正面提及快速充电,符合期望型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>快充技术逐渐普及,部分支持5分钟闪充。</div></div></div></div><div class="kano-card kano-excite"><div class="kano-label">魅力型 Attractive</div><div class="kano-title">有 → 惊喜好评;没有 → 用户不会差评</div><div class="kano-item"><div class="kano-icon">★</div><div class="kano-fields"><div class="kf-name">配备多种功能刀头</div><div class="kf-row"><span class="kf-key">频次证据:</span>好评多功能附件“love them”“amazing”“best trimmer ever”;差评几乎无抱怨附件过多。如“comes with different heads”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>激光后新毛管理师</div><div class="kf-row"><span class="kf-key">分类原因:</span>超出预期的附件令用户惊喜,差评未现,符合魅力型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>多数竞品仅配1-2刀头,多刀头显著增强吸引力。</div></div></div><div class="kano-item"><div class="kano-icon">★</div><div class="kano-fields"><div class="kf-name">全身水洗防水</div><div class="kf-row"><span class="kf-key">频次证据:</span>好评防水易洁中“waterproof, absolutely love that feature”;差评无防水抱怨。如“is waterproof”“works in the shower”。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>旅行常备超长待机族</div><div class="kf-row"><span class="kf-key">分类原因:</span>防水非必需要求,但用户表达强烈喜爱,属魅力型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>防水功能常为中高端特性,低端产品多不防水。</div></div></div></div><div class="kano-card kano-rev"><div class="kano-label">反向型 Reverse</div><div class="kano-title">经扩展搜索验证:用户主动排斥的功能负担;低于门槛时输出搜索过程与结论</div><div class="kano-item"><div class="kano-icon">⊘</div><div class="kano-fields"><div class="kf-name">运行噪音过大</div><div class="kf-row"><span class="kf-key">频次证据:</span>差评噪音与过热主题≥6次“noisy”“very loud”,使用伤害主题也含“noise, noisy”;主动搜索“noise/noisy/loud”总抱怨频次≥10。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>场景用户</div><div class="kf-row"><span class="kf-key">分类原因:</span>过吵成使用负担,用户主动抱怨频次超阈值,按规则归为反向型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>部分竞品采用降噪技术,静音渐成趋势。</div></div></div><div class="kano-item"><div class="kano-icon">⊘</div><div class="kano-fields"><div class="kf-name">清洁拆装繁琐</div><div class="kf-row"><span class="kf-key">频次证据:</span>差评清洁困难7次“very hard to clean”“cleaning and reassembly, way too difficult”“hard to clean and put back together”;主动搜索“操作繁琐”词组频次≥5。</div><div class="kf-row"><span class="kf-key">影响 Persona:</span>旅行常备超长待机族</div><div class="kf-row"><span class="kf-key">分类原因:</span>用户认为清洁流程是负担,抱怨超阈值,符合反向型。</div><div class="kf-row"><span class="kf-key">竞品现状:</span>先进设计简化清洁步骤,如可拆卸水洗。</div></div></div></div></div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §6 JTBD ══ -->
|
||
<div class="layer-header" id="sec-jtbd">
|
||
<span class="layer-badge badge-why">分析层 Why</span>
|
||
<h2>JTBD 动机框架</h2>
|
||
</div>
|
||
|
||
<p class="note">各动机字段须来自 Persona 聚类数据(keywords / core_pain / core_need 等)佐证;无法找到佐证的字段填「-」。</p>
|
||
|
||
<div class="tbl-wrap">
|
||
<table>
|
||
<thead><tr><th>用户群</th><th>核心 Job</th><th>功能性动机</th><th>情感性动机</th><th>社会性动机</th><th>购买触发时机</th></tr></thead>
|
||
<tbody><tr><td>旅行常备超长待机族</td><td class="jtbd-cell">完成旅行途中的长续航、防水的全身持久无敏修剪</td><td class="jtbd-cell">满足超长续航、快速充电、干湿两用、便携和皮肤零刺激的需求</td><td class="jtbd-cell">消除旅行中电量耗尽和皮肤刺激的焦虑,享受安心舒适的修剪体验</td><td class="jtbd-cell">-</td><td class="jtbd-cell">-</td></tr>
|
||
<tr><td>性价比复购者</td><td class="jtbd-cell">完成至少2年以上的可靠使用,避免频繁更换浪费金钱</td><td class="jtbd-cell">满足对产品经久耐用、充电可靠和有效保修的需求,降低更换频率和成本</td><td class="jtbd-cell">摆脱产品快速故障带来的挫败感和浪费金钱的愤怒,获得物有所值的踏实感</td><td class="jtbd-cell">-</td><td class="jtbd-cell">旧修剪器在数月内因充电故障停止工作,且售后保修无响应</td></tr>
|
||
<tr><td>激光后新毛管理师</td><td class="jtbd-cell">完成激光脱毛后新生毛发的经济、精准、无遗漏管理</td><td class="jtbd-cell">满足以低成本通过多种锋利刀头高效切断新生短毛的需求,实现精准修剪</td><td class="jtbd-cell">消除对激光费用高昂和毛发再生的焦虑,重获光滑肌肤的掌控感与自信</td><td class="jtbd-cell">-</td><td class="jtbd-cell">因经济压力停止激光脱毛后,新生毛发出现,且旧修剪器在邮轮度假前突然故障</td></tr>
|
||
<tr><td>新手安全便携群体</td><td class="jtbd-cell">完成无肿块、无刮伤、新手友好的私密部位初次安全修剪</td><td class="jtbd-cell">满足对不伤肤、易上手、便携的需求,避免肿块和皮肤刺激</td><td class="jtbd-cell">消除初次修剪的恐惧和不安全感,获得无痛无肿块的安心体验</td><td class="jtbd-cell">-</td><td class="jtbd-cell">初次需要修剪私密部位,因害怕传统剃刀造成肿块和刮伤而寻找替代品</td></tr>
|
||
<tr><td>敏感肌防灼烧群体</td><td class="jtbd-cell">完成敏感肌肤的无刺激、无灼烧、无内生毛发的安全剃除</td><td class="jtbd-cell">满足对温和彻底、不伤敏感肌的需求,避免剃刀灼烧和内生毛发</td><td class="jtbd-cell">摆脱剃刀灼烧和内生毛发的痛苦,享受肌肤光滑的舒适与自信</td><td class="jtbd-cell">在邮轮等社交场合中避免灼烧痕迹影响外观自信</td><td class="jtbd-cell">传统剃刀导致严重灼烧和内生毛发,且旧修剪器在邮轮前损坏</td></tr>
|
||
<tr><td>场景用户</td><td class="jtbd-cell">完成对粗硬毛发的无痛、无拉扯、无刮伤的彻底剃除</td><td class="jtbd-cell">满足对强劲锋利刀头的需求,一次性顺滑剃除粗硬毛发,避免皮肤损伤</td><td class="jtbd-cell">消除因钝刀片拉扯导致疼痛和出血的恐惧,享受无痛剃除的轻松感</td><td class="jtbd-cell">-</td><td class="jtbd-cell">现有钝涩刀片造成严重拉扯和流血,无法剃净粗硬毛发</td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §7 人群矩阵 ══ -->
|
||
<div class="layer-header" id="sec-matrix">
|
||
<span class="layer-badge badge-why">分析层 Why</span>
|
||
<h2>人群 × 场景 × 需求矩阵</h2>
|
||
</div>
|
||
<p class="note">场景字段来源:评论中出现次数 ≥5 的场景词方可填写;每 Persona 最多 2 个场景、全报告最多 4 个 Persona。全市场均分偏低时,「高满意度」会自动校准为中等并注明原因。</p>
|
||
|
||
<div class="tbl-wrap">
|
||
<table class="matrix-table">
|
||
<thead>
|
||
<tr>
|
||
<th style="min-width:130px">用户群</th>
|
||
<th style="min-width:150px">使用场景(When/Where)<br><small style="font-weight:normal;color:#aaa">仅评论中佐证≥5条的场景</small></th>
|
||
<th style="min-width:150px">基本型需求</th>
|
||
<th style="min-width:150px">期望型需求</th>
|
||
<th style="min-width:120px">魅力型需求</th>
|
||
<th style="min-width:100px">当前满意度</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody><tr class="row-b"><td><strong>旅行常备超长待机族</strong><br><small style="color:#888">~7.1%(75条)</small></td><td>travel<br><small style="color:#888">travel 14条 ✓</small></td><td>正常充电与启动</td><td>电池持久续航;快速充电</td><td>全身水洗防水</td><td class="sat-mid">中等<br><small style="color:#888;font-weight:400">续航获赞但充电故障与清洁不便影响体验</small></td></tr>
|
||
<tr class="row-b"><td><strong>激光后新毛管理师</strong><br><small style="color:#888">~4.9%(52条)</small></td><td>cruise<br><small style="color:#888">razor burn 9条 ✓</small></td><td>功能与广告一致</td><td>一次剃净不残留</td><td>配备多种功能刀头</td><td class="sat-mid">中等<br><small style="color:#888;font-weight:400">剃净效果可,刀头多样增惊喜,但刀片钝仍存</small></td></tr></tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<hr class="divider">
|
||
|
||
<!-- ══ §8 痛点根因 ══ -->
|
||
<div class="layer-header" id="sec-rootcause">
|
||
<span class="layer-badge badge-why">分析层 Why</span>
|
||
<h2>痛点根因分析(按 Persona 展开)</h2>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 旅行常备超长待机族 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">电源故障, 清洁困难, 使用伤害</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">电源故障, 清洁困难, 使用伤害</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">电池容量小且充电口易损</div>
|
||
<p class="rc-text">内置锂电池容量仅300mAh左右,电机功耗未优化,满电高速运转不足40分钟;Micro-USB口无防潮密封,差旅环境潮气/灰尘导致铜触点氧化发黑,出现接触不良或充不进电。</p>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">电芯扩容至500mAh+,驱动IC增加电源管理;接口改为USB-C并加防水胶塞,触点镀镍防锈;包装附旅行充电盒。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">机身密封差与刀头难冲洗</div>
|
||
<p class="rc-text">上下壳体仅靠卡扣接合,无密封圈,淋浴水汽渗入腐蚀电路板;多层卡合刀头缝隙钩挂毛发浆液,水流无法直冲死角;底部充电触点凹陷聚水,皂液残留引发生锈短路。</p>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">壳体采用超声焊接加O型密封圈;刀头改为磁吸可拆,刀网背面增设导水槽;充电触点垫高1mm并设排水孔。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">刀网粗糙引发皮肤剐蹭</div>
|
||
<p class="rc-text">刀网偏厚且表面镀层粗糙,敏感区皮肤在干剔时反复摩擦,角质层升温破损;浮动刀头内缺缓冲结构,用户下压力直传刀片,导致毛囊被刮伤,出现灼痛和红疹。</p>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">刀网改用20μm镍箔并镀陶瓷减摩层;刀头座增加硅胶缓冲垫以自适应压力;额外开发敏感肌专用细齿刀网。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 性价比复购者 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">电源故障, 质量耐用差, 性价比低</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">电源故障, 质量耐用差, 性价比低</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">充电口/电路防水密封不足</div>
|
||
<p class="rc-text">修剪器常在淋浴间使用或水洗,但USB充电口无密封塞,水汽易渗入接口与机内,造成触点腐蚀、电路短路。内部PCBA缺乏防水涂层,凝露导致间歇性故障,表现为充电闪烁、不开机或充满后无法启动。</p>
|
||
<div class="quote neg">"After a few uses it stopped cutting on even after it had been charged. The light indicates it’s charging and after hours of letting it charge, it will not turn on." — <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">竞品B·3.48分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Would not charge after the first use no matter what I did. Worked well when charged though." — <a href="https://www.amazon.com/dp/B0FFMB9G7T" target="_blank" rel="noopener">竞品E·2.75分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Did not work very well, would not charge after first use" — <a href="https://www.amazon.com/dp/B0FFMB9G7T" target="_blank" rel="noopener">竞品E·2.75分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Worked fine the one time I was able to use it. Fully charged it before first use, then once it died I charged it and now it won’t turn on again. Just flashes the white light and turns off again. There’s nothing in the m…" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:用户反馈摘要</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">充电口增设硅胶防水盖;PCBA喷涂纳米三防漆;关键缝隙加胶圈;说明书中强化使用后干燥要求。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">电芯品质与保护电路缺陷</div>
|
||
<p class="rc-text">为压缩成本采用低循环寿命电芯,实际容量与标称不符;或充放电管理芯片精度不足,长期过充过放导致电池内阻增大、电压骤降,使设备即便刚充完电也无法驱动马达,或续航急速衰减,数月即报废。</p>
|
||
<div class="quote neg">"Really like this razor, but after 6 months it just stopped working. No light when I plug in to charge and just doesn't turn on anymore. Super bummed" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Worked well for the first few times but the button stopped working for some reason? Wouldn’t turn off and I had to let the battery die. Never charged or was able to turn on after." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"After charging it, it turns on randomly and it nice you turn it off it turns back on by itself. The battery drains very quickly after one use" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Do not recommend. Battery life is very short. Battery not strong enough to cut short under arm hair. Would not purchase had I known this. Look for maybe more expensive. Very cheaply made." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">选择A品锂电并公示循环寿命;增加过充/过放/过热保护电路;出厂做容量与循环抽检;提供2年电池保修。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">电源键机械结构与防污设计不当</div>
|
||
<p class="rc-text">为小型化采用微动开关,触点材质不耐腐蚀;按键周边缝隙大,剃除的细碎毛发与水渍侵入,导致开关粘连或回弹失效,出现无法开机或无法关机。长期按压使薄片触点疲劳断裂。</p>
|
||
<div class="quote neg">"Used once when recharged it stopped working. Did not get smoothness like expected short battery life" — <a href="https://www.amazon.com/dp/B0FFMB9G7T" target="_blank" rel="noopener">竞品E·2.75分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Stopped working after a month!! Doesn’t want to turn on and it’s fully charged" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Battery malfunctioned right away and wouldn’t turn off" — <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">竞品B·3.48分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
<div class="quote neg">"Stopped working after 2 months, can’t get it to charge" — <a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener">竞品C·3.37分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">改用防水型微动开关(IP67);按键周围加密封圈;或升级为无机械触点方案如电容触摸开关+防水处理。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="card collapsed">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 激光后新毛管理师 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">核心效果不佳, 使用伤害</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">核心效果不佳, 使用伤害</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">刀片几何无法捕捉新生软细毛</div>
|
||
<p class="rc-text">激光脱毛后新生毛发更细软、更贴服皮肤,甚至略带卷曲。当前修剪器的固定刀片齿距过大、导入角陡峭,难以将这类毛发有效导入切割区,造成滑过漏切,用户需反复多次剃刮仍不净。</p>
|
||
<div class="quote neg">"This product is amazing , it caused 0 irritation, you can use it wet or dry. It has a long battery life and is pretty sturdy!The biggest win if you want no razor burn!" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">设计微距双齿刀头:将齿距缩小至0.3mm以下,采用多角度导入槽,配合高硬度陶瓷或类金刚石涂层,确保细软毛亦可被轻易抓取并整齐切断。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">浮动刀头无法顺应敏感区曲线</div>
|
||
<p class="rc-text">比基尼区域皮肤凹陷起伏大、角质层薄。当前浮动刀头仅支持垂直单向浮动,无法紧密贴合曲面,竖起的刀片缘直接刮擦皮肤,引发微割伤、剃刀烧伤和毛发内生(毛囊炎)。</p>
|
||
<div class="quote neg">"This product is amazing , it caused 0 irritation, you can use it wet or dry. It has a long battery life and is pretty sturdy!The biggest win if you want no razor burn!" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">引入3D多向仿生浮动模块:每个刀头单元配备独立微弹簧,水平旋转±15°,俯仰±10°,并增设橡胶防护鳍,隔绝刀片与皮肤的直接刮擦,分散压力。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">马达扭矩不足拖拽细软毛发</div>
|
||
<p class="rc-text">细软毛发与刀片初次接触时容易被压弯而非被切断。若马达扭矩余量不足,刀片往复速度在负载下下降,无法形成有效剪切冲击,导致毛发被拉扯、拖拽,引发毛囊疼痛、红肿及后期毛发内生。</p>
|
||
<div class="quote neg">"This product is amazing , it caused 0 irritation, you can use it wet or dry. It has a long battery life and is pretty sturdy!The biggest win if you want no razor burn!" — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨充电/电池问题</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">升级为高扭矩无刷电机,增加智能恒速控制电路,实时监测刀片负载并补偿功率,确保在遇到较韧毛发时仍能保持12000次/分以上的剪切速度,减少拉扯。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="card collapsed">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 新手安全便携群体 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">核心效果不佳, 使用伤害</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">核心效果不佳, 使用伤害</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">切割过短致毛发内生肿块</div>
|
||
<p class="rc-text">现有刀网无切割长度限位结构,刀片外露间距固定且过薄,新手为追求干净过度按压时,毛发被削至极短甚至低于表皮,回长时尖端内卷刺入毛囊,形成肿块。</p>
|
||
<div class="quote neg">"I loved the packaging and the color, the quality is very good, it's very easy to use, it doesn't irritate the skin, and it can be used on all parts of the body. I loved it, I recommend it." — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">刀网外套装弹性缓冲垫圈,预留0.3-0.5mm安全距离;配长度限位梳(3mm/5mm),并在说明书中强调轻触滑动。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">刀头曲面贴合与边缘安全不足</div>
|
||
<p class="rc-text">刀头为单平面无浮动设计,无法适应私处凹凸曲面,凸起部位承受过大压强,造成表皮摩擦灼伤;且刀网冲压边缘未倒圆角,移动时微切割皮肤。</p>
|
||
<div class="quote neg">"I loved the packaging and the color, the quality is very good, it's very easy to use, it doesn't irritate the skin, and it can be used on all parts of the body. I loved it, I recommend it." — <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener">竞品A·3.66分</a><div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">改用多轴浮动刀头,增加贴肤弹性;刀网边缘激光圆角处理;或引入陶瓷刀片,降低热传导。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="card collapsed">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 敏感肌防灼烧群体 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">使用伤害, 核心效果不佳</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">使用伤害, 核心效果不佳</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">刀网孔隙过大皮肤挤入割伤</div>
|
||
<p class="rc-text">电动剃须刀网孔设计偏大,敏感区域皮肤在剃须时被压入孔隙,旋转刀片直接削切表皮,引发剃刀灼烧和微小切口;毛发断端低于皮肤平面,回缩生长时易倒卷入毛囊,形成内生毛发与红肿颗粒。</p>
|
||
<div class="quote neg">"The charging base lasts for weeks on a single charge, and the drawstring pouch design lets me toss it into my travel bag on the go. No more lugging around three separate tools—this one handles all my repair needs." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:称赞便携</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">采用细密双层浮动刀网,网孔直径缩小至0.2mm以下,中间增设缓冲润滑条;刀头弹性悬挂行程加大,自适应轮廓,减少局部加压。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">切削效率低迫使反复刮擦刺激</div>
|
||
<p class="rc-text">马达转矩弱或单层刀片排列稀疏,面对比基尼区卷曲粗硬毛发无法一次切断,用户无意识加大按压力度并多次往返,摩擦高热使皮肤角质层破损、血管扩张,产生灼烧感,同时残留明显毛茬。</p>
|
||
<div class="quote neg">"The charging base lasts for weeks on a single charge, and the drawstring pouch design lets me toss it into my travel bag on the go. No more lugging around three separate tools—this one handles all my repair needs." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:称赞便携</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">升级高扭矩无刷电机并配置双环环绕刀片,增加进毛引导槽与锋利涂层;附赠防抖限位梳,防止反复用力刮压提升一次净剃率。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">附件的硬质锐边刮伤皮肤褶皱</div>
|
||
<p class="rc-text">所谓“柔和”修整附件边缘为硬质塑料且未做倒角,当滑过皮肤拉伸纹或不平整处时无法顺应起伏,棱边像铲刀一样犁过表皮,造成微撕裂、泛红和刺痒,反而放大敏感肌肤的不适。</p>
|
||
<div class="quote neg">"The charging base lasts for weeks on a single charge, and the drawstring pouch design lets me toss it into my travel bag on the go. No more lugging around three separate tools—this one handles all my repair needs." — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:称赞便携</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">附件接触面整体包覆软质硅胶或TPE,所有棱边做R角圆滑处理;出厂前增加表面滑度测试,并在说明书中提示避开破损区域。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="card collapsed">
|
||
<div class="card-header" onclick="toggleCard(this)">
|
||
<span>👤 场景用户 — 核心痛点根因</span>
|
||
<span><span class="pill pill-warn">使用伤害, 核心效果不佳</span> <span class="toggle-icon"></span></span>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="rc-section">
|
||
<div class="rc-label">差评主题归因(该群体命中)</div>
|
||
<p class="rc-text">使用伤害, 核心效果不佳</p>
|
||
</div>
|
||
<div class="rc-section">
|
||
<div class="rc-label">刀片锋利度不足与耐用性差</div>
|
||
<p class="rc-text">刀片材质或热处理工艺不良,导致初始锋利度不足且快速钝化。当修剪器遇到粗硬毛发时,钝刀无法有效切断,而是勾住毛发并拉扯,造成毛囊牵拉疼痛、皮肤红肿,并导致反复切割仍留残茬。</p>
|
||
<div class="quote neg">"Causes razor burn and pulls" — <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener">竞品B·3.48分</a><div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">采用高碳不锈钢或陶瓷刀片并优化热处理,提高初始锋利度与耐磨性;出厂前逐片检测锋利度,确保切割性能一致。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">刀网开口与防护设计缺陷</div>
|
||
<p class="rc-text">刀网开口过宽或边缘处理不良,皮肤在受压时凸入开口,被运动刀片直接划伤。同时刀头缺少圆滑的齿状防护,导致在敏感区使用时产生擦伤和割伤。</p>
|
||
<div class="quote neg">"Terrible!! All it did was cut my skin!" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:用户反馈摘要</div></div>
|
||
<div class="quote neg">"Not a fan, barely trimmed down to the skin. Took multiple passes and still left long hairs. I knicked myself in an intimate area and it left scratches when I tried to do my armpits cause of the angle. Maybe for trimming…" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:用户反馈摘要</div></div>
|
||
<div class="quote neg">"I never write reviews but this has me bleeding from down there everywhere. I didn’t even realize it was cutting until I saw the blood a minute later. I used the round short head and it felt hot and almost burning while …" — <a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener">竞品D·3.36分</a><div class="quote-cn">摘要:抱怨不适/刺激</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">改进刀网开口形状与直径,采用浮动刀网并缩小开口;刀网边缘做圆滑处理;增加皮肤防护齿,避免皮肤直接接触切割部件。</p>
|
||
</div><div class="rc-section">
|
||
<div class="rc-label">电机扭矩不足致运动失速</div>
|
||
<p class="rc-text">马达输出扭矩不足,遇到粗硬毛发时刀头负载增大,导致刀片运动速度下降,无法形成有效剪切。刀片由“切”变“扯”,用户需多次重复剃刮,加剧皮肤刺激和不适。</p>
|
||
<div class="quote neg">"I bought it for my intimate area, but it's so terrible that even on the easiest body parts it doesn't work. I honestly don't understand how other people recommended this trimmer, especially for the bikini area. Going ov…" — <a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener">竞品C·3.37分</a><div class="quote-cn">摘要:整体满意推荐</div></div>
|
||
|
||
<div class="rc-label" style="margin-top:4px">→ 产品开发方向</div>
|
||
<p class="rc-text">选用高扭矩直流电机,或优化传动结构(如齿轮减速比)提升低速大扭矩特性;增加负载反馈补偿电路,避免遇阻降速。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="footer">
|
||
<strong>数据来源</strong>:卖家精灵 realtime CSV(5 个 ASIN)<br>
|
||
<strong>ASIN</strong>:<a href="https://www.amazon.com/dp/B0CGHPQGV7" target="_blank" rel="noopener" title="B0CGHPQGV7">竞品D·3.36分</a> / <a href="https://www.amazon.com/dp/B0FFMB9G7T" target="_blank" rel="noopener" title="B0FFMB9G7T">竞品E·2.75分</a> / <a href="https://www.amazon.com/dp/B0FFMG7K6W" target="_blank" rel="noopener" title="B0FFMG7K6W">竞品B·3.48分</a> / <a href="https://www.amazon.com/dp/B0FYPP6BCQ" target="_blank" rel="noopener" title="B0FYPP6BCQ">竞品A·3.66分</a> / <a href="https://www.amazon.com/dp/B0GVJQZPM2" target="_blank" rel="noopener" title="B0GVJQZPM2">竞品C·3.37分</a><br>
|
||
<strong>筛选规则</strong>:仅统计 verified=True 或 vine=True 的有效评论,共 1,052 条<br>
|
||
<strong>分析框架</strong>:VOC 数据清洗、分析与报告生成通用方法论 v1.0 · <strong>分析截止日期</strong>:2026-06-12
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<script>
|
||
function toggleCard(header) {
|
||
header.parentElement.classList.toggle('collapsed');
|
||
}
|
||
|
||
// ── ECharts 图表 ──
|
||
// ASIN 短码 tooltip(悬浮:A · B0XXX 可点击跳转亚马逊)
|
||
window.VOC_ASIN_MAP = {"A": {"asin": "B0FYPP6BCQ", "url": "https://www.amazon.com/dp/B0FYPP6BCQ"}, "B": {"asin": "B0FFMG7K6W", "url": "https://www.amazon.com/dp/B0FFMG7K6W"}, "C": {"asin": "B0GVJQZPM2", "url": "https://www.amazon.com/dp/B0GVJQZPM2"}, "D": {"asin": "B0CGHPQGV7", "url": "https://www.amazon.com/dp/B0CGHPQGV7"}, "E": {"asin": "B0FFMB9G7T", "url": "https://www.amazon.com/dp/B0FFMB9G7T"}};
|
||
window.vocAsinTooltipHeader = function(code) {
|
||
if (!code || String(code).indexOf('其余') === 0) return code;
|
||
var info = (window.VOC_ASIN_MAP || {})[code];
|
||
if (info && info.asin) {
|
||
return code + ' · <a href="' + info.url + '" target="_blank" rel="noopener" style="color:#2563eb;text-decoration:underline">' + info.asin + '</a>';
|
||
}
|
||
return code;
|
||
};
|
||
window.vocApplyAsinAxisTooltip = function(opt, axisKey) {
|
||
axisKey = axisKey || 'x';
|
||
var axis = axisKey === 'y' ? opt.yAxis : opt.xAxis;
|
||
if (!axis || axis.type !== 'category') return;
|
||
opt.tooltip = opt.tooltip || {};
|
||
opt.tooltip.trigger = 'axis';
|
||
opt.tooltip.enterable = true;
|
||
opt.tooltip.confine = true;
|
||
opt.tooltip.axisPointer = opt.tooltip.axisPointer || {type: 'shadow'};
|
||
opt.tooltip.formatter = function(params) {
|
||
var items = Array.isArray(params) ? params : [params];
|
||
if (!items.length) return '';
|
||
var code = items[0].axisValue != null ? items[0].axisValue : (items[0].name || '');
|
||
var lines = [window.vocAsinTooltipHeader(code)];
|
||
items.forEach(function(p) {
|
||
if (p.seriesName == null || p.value == null) return;
|
||
var v = p.value;
|
||
if (Array.isArray(v)) v = v[v.length - 1];
|
||
if (v && typeof v === 'object' && v.value != null) v = v.value;
|
||
lines.push((p.marker || '') + p.seriesName + ': ' + v);
|
||
});
|
||
return lines.join('<br/>');
|
||
};
|
||
};
|
||
|
||
// 1. 评分分布堆叠图
|
||
|
||
(function() {
|
||
var dom = document.getElementById('starDistChart');
|
||
if (!dom) return;
|
||
|
||
var opt = {"tooltip": {"trigger": "axis", "axisPointer": {"type": "shadow"}}, "legend": {"bottom": 0, "textStyle": {"fontSize": 11}}, "grid": {"left": 50, "right": 20, "top": 20, "bottom": 40}, "xAxis": {"type": "category", "data": ["A", "B", "C", "D", "E"], "axisLabel": {"fontSize": 10, "rotate": 0}}, "yAxis": {"type": "value"}, "series": [{"name": "5★", "type": "bar", "stack": "total", "data": [92, 87, 120, 101, 41], "itemStyle": {"color": "#22c55e"}}, {"name": "4★", "type": "bar", "stack": "total", "data": [10, 44, 42, 44, 7], "itemStyle": {"color": "#86efac"}}, {"name": "3★", "type": "bar", "stack": "total", "data": [15, 23, 20, 21, 12], "itemStyle": {"color": "#d1d5db"}}, {"name": "2★", "type": "bar", "stack": "total", "data": [8, 14, 25, 35, 13], "itemStyle": {"color": "#fbbf24"}}, {"name": "1★", "type": "bar", "stack": "total", "data": [39, 50, 76, 59, 54], "itemStyle": {"color": "#ef4444"}}]};
|
||
if (window.vocApplyAsinAxisTooltip) window.vocApplyAsinAxisTooltip(opt, 'x');
|
||
var chart = echarts.init(dom);
|
||
chart.setOption(opt);
|
||
window.addEventListener('resize', function() { chart.resize(); });
|
||
})();
|
||
|
||
// 2. 差评主题
|
||
|
||
(function() {
|
||
var dom = document.getElementById('negChart');
|
||
if (!dom) return;
|
||
dom.style.height='360px';
|
||
var opt = {"tooltip": {"trigger": "axis", "axisPointer": {"type": "shadow"}}, "grid": {"left": 150, "right": 40, "top": 10, "bottom": 20}, "xAxis": {"type": "value"}, "yAxis": {"type": "category", "data": ["性价比低", "质量耐用差", "电源故障", "使用伤害", "核心效果不佳", "清洁困难", "噪音与过热"], "inverse": true, "axisLabel": {"fontSize": 11}}, "series": [{"type": "bar", "data": [{"value": 194, "itemStyle": {"color": "#ef4444"}}, {"value": 168, "itemStyle": {"color": "#ef4444"}}, {"value": 71, "itemStyle": {"color": "#f97316"}}, {"value": 70, "itemStyle": {"color": "#f97316"}}, {"value": 40, "itemStyle": {"color": "#f97316"}}, {"value": 7, "itemStyle": {"color": "#94a3b8"}}, {"value": 6, "itemStyle": {"color": "#94a3b8"}}], "label": {"show": true, "position": "right", "fontSize": 10}}]};
|
||
|
||
var chart = echarts.init(dom);
|
||
chart.setOption(opt);
|
||
window.addEventListener('resize', function() { chart.resize(); });
|
||
})();
|
||
|
||
// 3. 好评主题
|
||
|
||
(function() {
|
||
var dom = document.getElementById('posChart');
|
||
if (!dom) return;
|
||
dom.style.height='360px';
|
||
var opt = {"tooltip": {"trigger": "axis", "axisPointer": {"type": "shadow"}}, "grid": {"left": 150, "right": 40, "top": 10, "bottom": 20}, "xAxis": {"type": "value"}, "yAxis": {"type": "category", "data": ["品质耐用", "多功能附件", "电池与充电", "防水易洁", "温和亲肤", "舒适易用", "剃净效果", "便携与设计"], "inverse": true, "axisLabel": {"fontSize": 11}}, "series": [{"type": "bar", "data": [{"value": 264, "itemStyle": {"color": "#22c55e"}}, {"value": 253, "itemStyle": {"color": "#22c55e"}}, {"value": 183, "itemStyle": {"color": "#22c55e"}}, {"value": 128, "itemStyle": {"color": "#22c55e"}}, {"value": 115, "itemStyle": {"color": "#22c55e"}}, {"value": 101, "itemStyle": {"color": "#22c55e"}}, {"value": 11, "itemStyle": {"color": "#22c55e"}}, {"value": 3, "itemStyle": {"color": "#22c55e"}}], "label": {"show": true, "position": "right", "fontSize": 10}}]};
|
||
|
||
var chart = echarts.init(dom);
|
||
chart.setOption(opt);
|
||
window.addEventListener('resize', function() { chart.resize(); });
|
||
})();
|
||
|
||
// 4. 各 ASIN 差评主题对比
|
||
|
||
(function() {
|
||
var dom = document.getElementById('negChartPerAsin');
|
||
if (!dom) return;
|
||
|
||
var opt = {"tooltip": {"trigger": "axis", "axisPointer": {"type": "shadow"}}, "legend": {"top": 0, "type": "scroll", "textStyle": {"fontSize": 10}}, "grid": {"left": 48, "right": 16, "top": 48, "bottom": 72}, "xAxis": {"type": "category", "data": ["A", "B", "C", "D", "E"], "axisLabel": {"fontSize": 9, "rotate": 45, "interval": 0}}, "yAxis": {"type": "value"}, "series": [{"name": "性价比低", "type": "bar", "data": [19, 44, 45, 47, 39], "itemStyle": {"color": "#ef4444"}}, {"name": "质量耐用差", "type": "bar", "data": [14, 38, 37, 43, 36], "itemStyle": {"color": "#f97316"}}, {"name": "电源故障", "type": "bar", "data": [8, 17, 17, 17, 12], "itemStyle": {"color": "#eab308"}}, {"name": "使用伤害", "type": "bar", "data": [13, 12, 10, 28, 7], "itemStyle": {"color": "#dc2626"}}, {"name": "核心效果不佳", "type": "bar", "data": [2, 2, 5, 25, 6], "itemStyle": {"color": "#b91c1c"}}, {"name": "清洁困难", "type": "bar", "data": [0, 0, 0, 7, 0], "itemStyle": {"color": "#fb923c"}}]};
|
||
if (window.vocApplyAsinAxisTooltip) window.vocApplyAsinAxisTooltip(opt, 'x');
|
||
var chart = echarts.init(dom);
|
||
chart.setOption(opt);
|
||
window.addEventListener('resize', function() { chart.resize(); });
|
||
})();
|
||
|
||
// 5. 各 ASIN 好评主题对比
|
||
|
||
(function() {
|
||
var dom = document.getElementById('posChartPerAsin');
|
||
if (!dom) return;
|
||
|
||
var opt = {"tooltip": {"trigger": "axis", "axisPointer": {"type": "shadow"}}, "legend": {"top": 0, "type": "scroll", "textStyle": {"fontSize": 10}}, "grid": {"left": 48, "right": 16, "top": 48, "bottom": 72}, "xAxis": {"type": "category", "data": ["A", "B", "C", "D", "E"], "axisLabel": {"fontSize": 9, "rotate": 45, "interval": 0}}, "yAxis": {"type": "value"}, "series": [{"name": "品质耐用", "type": "bar", "data": [57, 57, 71, 60, 19], "itemStyle": {"color": "#22c55e"}}, {"name": "多功能附件", "type": "bar", "data": [44, 69, 81, 53, 6], "itemStyle": {"color": "#86efac"}}, {"name": "电池与充电", "type": "bar", "data": [32, 54, 51, 37, 9], "itemStyle": {"color": "#4ade80"}}, {"name": "防水易洁", "type": "bar", "data": [25, 38, 30, 25, 10], "itemStyle": {"color": "#2dd4bf"}}, {"name": "温和亲肤", "type": "bar", "data": [26, 39, 26, 19, 5], "itemStyle": {"color": "#60a5fa"}}, {"name": "舒适易用", "type": "bar", "data": [20, 23, 31, 22, 5], "itemStyle": {"color": "#16a34a"}}]};
|
||
if (window.vocApplyAsinAxisTooltip) window.vocApplyAsinAxisTooltip(opt, 'x');
|
||
var chart = echarts.init(dom);
|
||
chart.setOption(opt);
|
||
window.addEventListener('resize', function() { chart.resize(); });
|
||
})();
|
||
</script>
|
||
</body>
|
||
</html>
|