项目文件夹

文件
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 行
5.4 KiB
JSON

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "design-system-ant",
"title": "Ant",
"title_i18n": {
"zh-CN": "Ant",
"zh-TW": "Ant",
"ja": "Ant",
"ko": "Ant",
"de": "Ant",
"fr": "Ant",
"ru": "Ant",
"es": "Ant",
"pt-BR": "Ant",
"it": "Ant",
"vi": "Ant",
"pl": "Ant",
"id": "Ant",
"nl": "Ant",
"ar": "Ant",
"tr": "Ant",
"uk": "Ant",
"en": "Ant"
},
"version": "0.1.0",
"description": "Structured, enterprise-focused design system emphasizing clarity, consistency, and efficiency for data-dense web applications.",
"description_i18n": {
"zh-CN": "结构化的企业级设计系统,强调清晰度、一致性和效率,专为数据密集型 Web 应用而设计。",
"zh-TW": "結構化的企業級設計系統,強調清晰度、一致性和效率,專為資料密集型 Web 應用程式而設計。",
"ja": "データ量の多いWebアプリケーション向けに、明瞭性、一貫性、効率性を重視した構造化されたエンタープライズ向けデザインシステム。",
"ko": "데이터 집약적인 웹 애플리케이션을 위한 명확성, 일관성, 효율성을 강조하는 구조화된 엔터프라이즈 중심 디자인 시스템.",
"de": "Strukturiertes, unternehmensorientiertes Designsystem mit Schwerpunkt auf Klarheit, Konsistenz und Effizienz für datenintensive Webanwendungen.",
"fr": "Système de design structuré orienté entreprise mettant l'accent sur la clarté, la cohérence et l'efficacité pour les applications web riches en données.",
"ru": "Структурированная корпоративная дизайн-система с упором на ясность, согласованность и эффективность для веб-приложений с большим объёмом данных.",
"es": "Sistema de diseño estructurado y enfocado en empresas que enfatiza claridad, consistencia y eficiencia para aplicaciones web con gran densidad de datos.",
"pt-BR": "Sistema de design estruturado e focado em empresas, enfatizando clareza, consistência e eficiência para aplicações web com alta densidade de dados.",
"it": "Sistema di design strutturato e orientato alle imprese che enfatizza chiarezza, coerenza ed efficienza per applicazioni web dense di dati.",
"vi": "Hệ thống thiết kế có cấu trúc, tập trung vào doanh nghiệp, nhấn mạnh tính rõ ràng, nhất quán và hiệu quả cho các ứng dụng web có mật độ dữ liệu cao.",
"pl": "Ustrukturyzowany, korporacyjny system projektowania kładący nacisk na przejrzystość, spójność i wydajność dla aplikacji webowych z dużą ilością danych.",
"id": "Sistem desain terstruktur yang berfokus pada perusahaan dengan penekanan pada kejelasan, konsistensi, dan efisiensi untuk aplikasi web padat data.",
"nl": "Gestructureerd, bedrijfsgericht ontwerpsysteem met nadruk op duidelijkheid, consistentie en efficiëntie voor datarijke webapplicaties.",
"ar": "نظام تصميم منظم يركز على المؤسسات مع التأكيد على الوضوح والاتساق والكفاءة لتطبيقات الويب كثيفة البيانات.",
"tr": "Veri yoğun web uygulamaları için netlik, tutarlılık ve verimliliği vurgulayan, yapılandırılmış ve kurumsal odaklı tasarım sistemi.",
"uk": "Структурована корпоративна дизайн-система з акцентом на чіткість, узгодженість та ефективність для веб-додатків з великим обсягом даних.",
"en": "Structured, enterprise-focused design system emphasizing clarity, consistency, and efficiency for data-dense web applications."
},
"license": "MIT",
"tags": [
"design-system",
"first-party",
"design",
"professional-corporate"
],
"od": {
"kind": "scenario",
"taskKind": "new-generation",
"mode": "design-system",
"scenario": "design",
"surface": "web",
"useCase": {
"query": {
"en": "Generate a {{artifactKind}} using the Ant 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 Ant 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": "ant",
"primary": true
},
"assets": [
"./DESIGN.md"
]
},
"pipeline": {
"stages": [
{
"id": "generate",
"atoms": [
"file-write",
"live-artifact"
]
}
]
},
"capabilities": [
"prompt:inject",
"fs:write"
]
}
}