trading-analysis-dashboard-template
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTrading Analysis Dashboard Template
交易分析仪表盘模板
Produce a premium, data-dense, Wall-Street style trading dashboard as a self-contained HTML artifact.
生成一个优质、数据密集的华尔街风格交易仪表盘,作为独立的HTML文件。
Resource map
资源结构
text
trading-analysis-dashboard-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmltext
trading-analysis-dashboard-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmlWorkflow
工作流程
- Read active , then map typography/color/layout into CSS variables.
DESIGN.md - Copy to
assets/template.html.index.html - Personalize headings, instrument names, and numeric labels to the user brief.
- Preserve interaction fidelity:
- Light/Dark mode switch
- Live/Demo mode
- Chart hover crosshair and tooltip
- Click-to-focus chart (floating modal style)
- Keyboard command palette ()
/
- Keep output single-file HTML (inline CSS + inline JS, no framework dependency).
- Keep placeholders honest (or neutral labels) where real numbers are unknown.
— - Validate against before emitting.
references/checklist.md
- 读取当前的,将排版/颜色/布局映射为CSS变量。
DESIGN.md - 将复制到
assets/template.html。index.html - 根据用户需求个性化标题、工具名称和数值标签。
- 保留交互保真度:
- 明暗模式切换
- 实时/演示模式
- 图表悬停十字线和提示框
- 点击聚焦图表(浮动弹窗样式)
- 键盘命令面板()
/
- 输出保持单文件HTML(内联CSS + 内联JS,无框架依赖)。
- 在真实数据未知的位置保留真实占位符(或中性标签)。
— - 输出前根据进行验证。
references/checklist.md
Output contract
输出约定
One sentence before artifact, then:
xml
<artifact identifier="trading-analysis-dashboard" type="text/html" title="Trading Analysis Dashboard">
<!doctype html>
<html>...</html>
</artifact>在生成产物前添加一句话说明,然后:
xml
<artifact identifier="trading-analysis-dashboard" type="text/html" title="Trading Analysis Dashboard">
<!doctype html>
<html>...</html>
</artifact>