mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
- Updated Tailwind CSS configuration and styles for the store page. - Added new UI components including Card, Badge, DropdownMenu, and Sidebar for enhanced user experience. - Implemented store categories and items with filtering functionality. - Introduced mobile responsiveness with a custom hook for detecting mobile devices. - Enhanced theme management to support dynamic theme changes. - Added new utility functions for improved class name management.
115 lines
3.2 KiB
JSON
115 lines
3.2 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"title": "GPT-4 Turbo",
|
|
"description": "Advanced language model with improved reasoning capabilities",
|
|
"type": "MCP Service",
|
|
"categoryId": "mcp",
|
|
"subcategoryId": "mcp-text",
|
|
"author": "OpenAI",
|
|
"rating": 4.9,
|
|
"downloads": "1.2M",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Text Generation", "Featured"],
|
|
"featured": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "Claude 3 Opus",
|
|
"description": "High-performance model for complex reasoning and content generation",
|
|
"type": "MCP Service",
|
|
"categoryId": "mcp",
|
|
"subcategoryId": "mcp-text",
|
|
"author": "Anthropic",
|
|
"rating": 4.8,
|
|
"downloads": "850K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Text Generation", "Featured"],
|
|
"featured": true
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "Midjourney Connect",
|
|
"description": "Integration plugin for Midjourney image generation",
|
|
"type": "Plugin",
|
|
"categoryId": "plugins",
|
|
"subcategoryId": "plugin-design",
|
|
"author": "Cherry Studio",
|
|
"rating": 4.7,
|
|
"downloads": "620K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Image Generation", "Design"],
|
|
"featured": false
|
|
},
|
|
{
|
|
"id": 4,
|
|
"title": "Code Interpreter",
|
|
"description": "Execute and analyze code within your conversations",
|
|
"type": "Plugin",
|
|
"categoryId": "plugins",
|
|
"subcategoryId": "plugin-development",
|
|
"author": "Cherry Studio",
|
|
"rating": 4.9,
|
|
"downloads": "1.5M",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Development", "Code Assistance", "Featured"],
|
|
"featured": true
|
|
},
|
|
{
|
|
"id": 5,
|
|
"title": "Voice Assistant",
|
|
"description": "Add voice interaction capabilities to Cherry Studio",
|
|
"type": "Application",
|
|
"categoryId": "apps",
|
|
"subcategoryId": "app-desktop",
|
|
"author": "Cherry Audio",
|
|
"rating": 4.6,
|
|
"downloads": "780K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Audio Processing", "Desktop"],
|
|
"featured": false
|
|
},
|
|
{
|
|
"id": 6,
|
|
"title": "Stable Diffusion XL",
|
|
"description": "High-quality image generation model",
|
|
"type": "MCP Service",
|
|
"categoryId": "mcp",
|
|
"subcategoryId": "mcp-image",
|
|
"author": "Stability AI",
|
|
"rating": 4.8,
|
|
"downloads": "920K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Image Generation", "Featured"],
|
|
"featured": true
|
|
},
|
|
{
|
|
"id": 7,
|
|
"title": "Knowledge Base",
|
|
"description": "Create and manage custom knowledge bases for your LLMs",
|
|
"type": "Plugin",
|
|
"categoryId": "plugins",
|
|
"subcategoryId": "plugin-utilities",
|
|
"author": "Cherry Studio",
|
|
"rating": 4.7,
|
|
"downloads": "540K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Productivity", "Utilities"],
|
|
"featured": false
|
|
},
|
|
{
|
|
"id": 8,
|
|
"title": "Workflow Automator",
|
|
"description": "Create automated workflows with LLMs and other tools",
|
|
"type": "Application",
|
|
"categoryId": "apps",
|
|
"subcategoryId": "app-desktop",
|
|
"author": "Cherry Automation",
|
|
"rating": 4.5,
|
|
"downloads": "320K",
|
|
"image": "/placeholder.svg?height=200&width=200",
|
|
"tags": ["Productivity", "Desktop", "Web"],
|
|
"featured": false
|
|
}
|
|
]
|