Loading...
Loading...
Compare original and translation side by side
python3 --version || python --versionbrew install python3sudo apt update && sudo apt install python3winget install Python.Python.3.12python3 --version || python --versionbrew install python3sudo apt update && sudo apt install python3winget install Python.Python.3.12html-tailwindhtml-tailwindsearch.pypython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]search.pypython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<关键词>" --domain <领域> [-n <最大结果数>]html-tailwindpython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwindhtml-tailwindreactnextjsvuesvelteswiftuireact-nativeflutterhtml-tailwindpython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<关键词>" --stack html-tailwindhtml-tailwindreactnextjsvuesvelteswiftuireact-nativeflutter| Domain | Use For | Example Keywords |
|---|---|---|
| Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
| UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
| Font pairings, Google Fonts | elegant, playful, professional, modern |
| Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
| Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |
| Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
| Best practices, anti-patterns | animation, accessibility, z-index, loading |
| AI prompts, CSS keywords | (style name) |
| 领域 | 适用场景 | 示例关键词 |
|---|---|---|
| 产品类型风格推荐 | SaaS、电商平台、作品集、医疗健康、美容、服务类 |
| UI样式、颜色、效果 | 玻璃拟态、极简主义、深色模式、粗野主义 |
| 字体组合、Google Fonts | 优雅、活泼、专业、现代 |
| 按产品类型推荐调色板 | saas、ecommerce、医疗健康、美容、金融科技、服务类 |
| 页面结构、行动号召策略 | 英雄区、以英雄区为核心、客户证言、定价、社交证明 |
| 图表类型、库推荐 | 趋势、对比、时间线、漏斗图、饼图 |
| 最佳实践、反模式 | 动画、可访问性、z-index、加载效果 |
| AI提示词、CSS关键词 | (风格名称) |
| Stack | Focus |
|---|---|
| Tailwind utilities, responsive, a11y (DEFAULT) |
| State, hooks, performance, patterns |
| SSR, routing, images, API routes |
| Composition API, Pinia, Vue Router |
| Runes, stores, SvelteKit |
| Views, State, Navigation, Animation |
| Components, Navigation, Lists |
| Widgets, State, Layout, Theming |
| 技术栈 | 核心关注点 |
|---|---|
| Tailwind工具类、响应式设计、可访问性(默认) |
| 状态管理、Hooks、性能、设计模式 |
| 服务端渲染、路由、图片处理、API路由 |
| 组合式API、Pinia、Vue Router |
| Runes、状态存储、SvelteKit |
| 视图、状态、导航、动画 |
| 组件、导航、列表 |
| 组件、状态、布局、主题 |
undefinedundefined
**Then:** Synthesize all search results and implement the design.
---
**后续操作:** 整合所有搜索结果并完成设计实施。
---| Rule | Do | Don't |
|---|---|---|
| No emoji icons | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Stable hover states | Use color/opacity transitions on hover | Use scale transforms that shift layout |
| Correct brand logos | Research official SVG from Simple Icons | Guess or use incorrect logo paths |
| Consistent icon sizing | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |
| 规范 | 建议 | 避免 |
|---|---|---|
| 禁止使用emoji作为图标 | 使用SVG图标(Heroicons、Lucide、Simple Icons) | 使用🎨 🚀 ⚙️等emoji作为UI图标 |
| 稳定的悬停状态 | 使用颜色/透明度过渡效果实现悬停 | 使用会导致布局偏移的缩放变换 |
| 正确的品牌Logo | 从Simple Icons获取官方SVG文件 | 猜测或使用错误的Logo路径 |
| 统一的图标尺寸 | 使用固定的viewBox(24x24)搭配w-6 h-6类 | 随机混合不同尺寸的图标 |
| Rule | Do | Don't |
|---|---|---|
| Cursor pointer | Add | Leave default cursor on interactive elements |
| Hover feedback | Provide visual feedback (color, shadow, border) | No indication element is interactive |
| Smooth transitions | Use | Instant state changes or too slow (>500ms) |
| 规范 | 建议 | 避免 |
|---|---|---|
| 光标样式为指针 | 为所有可点击/可悬停的卡片添加 | 交互元素保留默认光标样式 |
| 悬停反馈 | 提供清晰的视觉反馈(颜色、阴影、边框) | 无任何交互状态提示 |
| 平滑过渡 | 使用 | 瞬间状态变化或过渡过慢(>500ms) |
| Rule | Do | Don't |
|---|---|---|
| Glass card light mode | Use | Use |
| Text contrast light | Use | Use |
| Muted text light | Use | Use gray-400 or lighter |
| Border visibility | Use | Use |
| 规范 | 建议 | 避免 |
|---|---|---|
| 亮色模式玻璃卡片 | 使用 | 使用 |
| 亮色模式文本对比度 | 使用 | 使用 |
| 亮色模式弱化文本 | 最低使用 | 使用gray-400或更浅的颜色 |
| 边框可见性 | 亮色模式下使用 | 使用 |
| Rule | Do | Don't |
|---|---|---|
| Floating navbar | Add | Stick navbar to |
| Content padding | Account for fixed navbar height | Let content hide behind fixed elements |
| Consistent max-width | Use same | Mix different container widths |
| 规范 | 建议 | 避免 |
|---|---|---|
| 悬浮导航栏 | 添加 | 将导航栏固定在 |
| 内容内边距 | 考虑固定导航栏的高度 | 让内容被固定元素遮挡 |
| 统一的最大宽度 | 使用统一的 | 混合使用不同的容器宽度 |
cursor-pointercursor-pointerprefers-reduced-motionprefers-reduced-motion