侍天 Tiansight · Design system
Entry · 入口

设计系统与各消费方

离线版本 v0.7 · source: brand/guide.md · 实时更新

Website

官网

首页长滚动与团队页。样张、五问、服务与价格、伙伴、联系。

Sales deck

销售提案

16:9,十九页。方向键翻页,F 全屏,打印即 PDF。

Report

经营诊断报告

A4 九页,由 report/data.json 生成。仅看异常项,导出 PDF。

People

联合创始人

一份 people.json 驱动区块、名片与社媒人物卡。

HTML report system

报告系统与技能集

一份 manifest 驱动的幻灯片与长卷报告:证据分级、口径、公式、数据附录与下钻。六个技能。

Checks

校验与构建

每次改动后运行;偏离指南的色值、字体、圆角、远程资源、无障碍结构或版式回归都会失败。

Build commands
python3 scripts/build_report.py     # report/index.html from template + data
python3 scripts/build_people.py     # team page, blocks, name cards, social, deck slides
python3 scripts/sync_icons.py       # inline brand/icons.svg into pages with markers
node scripts/export_people.mjs      # social PNGs and name card PDF
python3 html-system/build_deck.py html-system/sample   # manifest → report
python3 html-system/check_report.py html-system/sample --layout
python3 scripts/export_tokens.py    # brand/tokens.json (DTCG) from tokens.css
python3 scripts/build_dist.py       # dist/tiansight.css bundle for other sites
python3 scripts/lint_html.py        # accessibility and structure lint on every page
node scripts/snapshot.mjs --update  # refresh layout baseline after an intended change
python3 scripts/check.py --render   # guide conformance, build freshness, lint, layout regression