{ "schemaVersion": 2, "generatedAt": "2026-05-08T00:00:00+08:00", "title": "Design System: YesWash 用户端小程序", "extensions": { "colorMeta": { "primary": { "role": "primary", "displayName": "Primary Red", "canonical": "oklch(48% 0.18 25)", "tonalRamp": [ "oklch(15% 0.05 25)", "oklch(25% 0.08 25)", "oklch(35% 0.12 25)", "oklch(42% 0.15 25)", "oklch(48% 0.18 25)", "oklch(58% 0.14 25)", "oklch(72% 0.08 25)", "oklch(90% 0.02 25)" ] }, "text-primary": { "role": "neutral", "displayName": "Text Primary", "canonical": "oklch(15% 0.002 250)" }, "bg-page": { "role": "neutral", "displayName": "Page Background", "canonical": "oklch(97% 0.003 250)" } }, "typographyMeta": { "body": { "displayName": "Body", "purpose": "正文、列表项、描述文本,行高 1.6" }, "title": { "displayName": "Title", "purpose": "页面标题、区块标题、订单金额,600 字重" } }, "shadows": [], "motion": [ { "name": "ease-tap", "value": "0.15s ease", "purpose": "按钮点击反馈" }, { "name": "ease-state", "value": "0.2s ease", "purpose": "Tab 切换、列表展开" } ], "breakpoints": [] }, "components": [ { "name": "Primary Button", "kind": "button", "refersTo": "button-primary", "description": "页面主操作按钮,44px 最小触控高度", "html": "", "css": ".ds-btn-primary { background: #C6171E; color: #fff; height: 44px; padding: 0 24px; font-size: 14px; font-weight: 500; border: none; border-radius: 3px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; transition: background 0.15s; } .ds-btn-primary:active { background: #A81212; }" }, { "name": "Ghost Button", "kind": "button", "refersTo": "button-ghost", "description": "次要操作,透明底 + 红色边框", "html": "", "css": ".ds-btn-ghost { background: transparent; color: #C6171E; height: 44px; padding: 0 24px; font-size: 14px; font-weight: 400; border: 1px solid #C6171E; border-radius: 3px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; transition: background 0.15s; } .ds-btn-ghost:active { background: rgba(198,23,30,0.08); }" }, { "name": "Card", "kind": "card", "refersTo": "card", "description": "标准内容卡片,白底 6px 圆角", "html": "