Interface Lab
  • 首页
  • 员工
  • 社区
  • 资源库
  • 知识库
  • 文档
EN登录

文档文章

平台与维护
网站概述功能开发与版本更新记录关于协作
Template 库
Prompt 看板Style 看板
Agent 工作流
Agent 深度解析项目创作页与 Agent 工作流Agent 输出链路Prompt Agent EvalsDesign System PanelsKnowledge Base GuideDeepSeek Agent 故障复盘
Interface Lab文档中心

公开阅读 Markdown 文档,管理员可进入编辑页维护。

Design System Panels

Design System Panels

设计系统面板、token、trace 和 Prompt 模板引用规则。

返回文档中心

章节预览

StructureUIPrompt Template

Design System Panels

The creation workflow now treats design system output as structured assets, not a single markdown blob.

Structure

designSystemProfile stores the system name, use case, mood, principles, and anti-rules.

designSystemPanels is an ordered panel array. Each panel contains:

  • id
  • kind
  • title
  • status
  • summary
  • tokens
  • rules
  • evidenceRefs
  • previewSpec
  • qaIssues

Registered v1 panel kinds:

  • brand-mood
  • color
  • typography
  • spacing-layout
  • surfaces-depth
  • components-states
  • motion
  • accessibility
  • implementation

designSystemTokens is the machine-readable token layer used by implementation.

designSystemTrace records whether a rule came from user input, assets, skills, agent assumptions, or user confirmation.

UI

The creation canvas shows these panels inside Design System Hub, while the saved-work Style board reads the same structure first and falls back to DESIGN.md parsing when panel data is absent.

Prompt Template

The Full Prompt must reference concrete panel output: color roles, type levels, layout grid, component states, motion rules, accessibility constraints, and implementation tokens.