From ded32d250350ba093694ccf0070e3908fb06e0dc Mon Sep 17 00:00:00 2001 From: "alan.cl" <1165243776@qq.com> Date: Sun, 15 Mar 2026 15:09:05 +0800 Subject: [PATCH] fix: csv data i18n --- skills/csv-data-analysis/SKILL.md | 14 +- .../templates/report_template.html | 214 +++++++++++++++--- 2 files changed, 193 insertions(+), 35 deletions(-) diff --git a/skills/csv-data-analysis/SKILL.md b/skills/csv-data-analysis/SKILL.md index ad05276a6..ed29570bc 100644 --- a/skills/csv-data-analysis/SKILL.md +++ b/skills/csv-data-analysis/SKILL.md @@ -37,15 +37,15 @@ Read the "Statistical Summary" obtained in Step 1, and reason about the business **Critical Rules (Must Follow):** -1. **You must set `template_path`** to `csv-data-analysis/templates/report_template.html`. The template has built-in complete ECharts rendering JavaScript code and all section titles and footer text. You only need to fill in 8 content placeholders via the `data` parameter. **Never write or modify any JavaScript chart rendering code yourself.** +1. **You must set `template_path`** to `csv-data-analysis/templates/report_template.html`. The template has built-in complete ECharts rendering JavaScript code and all section titles and footer text. You only need to fill in 9 content placeholders via the `data` parameter. **Never write or modify any JavaScript chart rendering code yourself.** 2. **Marker data blocks are automatically injected by the backend** — you must not pass them in `data`. The backend automatically extracts content from `###KEY_START###...###KEY_END###` markers in the script output and injects it into the template; in this skill, this is primarily `CHART_DATA_JSON`. 3. **`*_INSIGHTS`, `EXEC_SUMMARY`, and `CONCLUSIONS`** must use HTML formatting (e.g., `

`, `