项目文件夹

文件
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

113 行
4.5 KiB
JSON

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "design-system-github",
"title": "GitHub",
"title_i18n": {
"zh-CN": "GitHub",
"zh-TW": "GitHub",
"ja": "GitHub",
"ko": "GitHub",
"de": "GitHub",
"fr": "GitHub",
"ru": "GitHub",
"es": "GitHub",
"pt-BR": "GitHub",
"it": "GitHub",
"vi": "GitHub",
"pl": "GitHub",
"id": "GitHub",
"nl": "GitHub",
"ar": "GitHub",
"tr": "GitHub",
"uk": "GitHub",
"en": "GitHub"
},
"version": "0.1.0",
"description": "Code-forward platform. Functional density, blue-on-white precision, Primer foundations.",
"description_i18n": {
"zh-CN": "代码优先平台。功能密度高,蓝白配色精准,基于 Primer 设计体系。",
"zh-TW": "程式碼優先平台。功能密度高,藍白配色精準,基於 Primer 設計體系。",
"ja": "コード中心のプラットフォーム。機能密度が高く、青と白の精密なデザイン、Primerの基盤を採用。",
"ko": "코드 중심 플랫폼. 높은 기능 밀도, 청백 색상의 정밀함, Primer 기반 설계.",
"de": "Code-zentrierte Plattform. Hohe funktionale Dichte, Blau-Weiß-Präzision, Primer-Grundlagen.",
"fr": "Plateforme orientée code. Densité fonctionnelle, précision bleu sur blanc, fondations Primer.",
"ru": "Платформа, ориентированная на код. Высокая функциональная плотность, синяя на белом точность, основы Primer.",
"es": "Plataforma centrada en código. Alta densidad funcional, precisión azul sobre blanco, fundamentos Primer.",
"pt-BR": "Plataforma focada em código. Alta densidade funcional, precisão azul sobre branco, fundamentos Primer.",
"it": "Piattaforma incentrata sul codice. Alta densità funzionale, precisione blu su bianco, fondamenti Primer.",
"vi": "Nền tảng tập trung vào code. Mật độ chức năng cao, chính xác xanh trên trắng, nền tảng Primer.",
"pl": "Platforma skoncentrowana na kodzie. Wysoka gęstość funkcjonalna, precyzja niebieski na białym, fundamenty Primer.",
"id": "Platform berbasis kode. Kepadatan fungsional tinggi, presisi biru di atas putih, fondasi Primer.",
"nl": "Code-gerichte platform. Hoge functionele dichtheid, blauw-op-wit precisie, Primer-fundamenten.",
"ar": "منصة تركز على الأكواد. كثافة وظيفية عالية، دقة الأزرق على الأبيض، أساسيات Primer.",
"tr": "Kod odaklı platform. Yüksek fonksiyonel yoğunluk, beyaz üzerine mavi hassasiyet, Primer temelleri.",
"uk": "Платформа, орієнтована на код. Висока функціональна щільність, синьо-біла точність, основи Primer.",
"en": "Code-forward platform. Functional density, blue-on-white precision, Primer foundations."
},
"license": "MIT",
"tags": [
"design-system",
"first-party",
"design",
"developer-tools"
],
"od": {
"kind": "scenario",
"taskKind": "new-generation",
"mode": "design-system",
"scenario": "design",
"surface": "web",
"useCase": {
"query": {
"en": "Generate a {{artifactKind}} using the GitHub design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md.",
"zh-CN": "使用这个插件完成以下任务:Generate a {{artifactKind}} using the GitHub design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md."
}
},
"inputs": [
{
"name": "artifactKind",
"label": "Artifact kind",
"type": "select",
"options": [
"landing page",
"dashboard",
"marketing site",
"app screen"
],
"default": "landing page"
},
{
"name": "brief",
"label": "Brief",
"type": "text",
"placeholder": "What should the page communicate?"
}
],
"context": {
"designSystem": {
"ref": "github",
"primary": true
},
"assets": [
"./DESIGN.md"
]
},
"pipeline": {
"stages": [
{
"id": "generate",
"atoms": [
"file-write",
"live-artifact"
]
}
]
},
"capabilities": [
"prompt:inject",
"fs:write"
]
}
}