mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +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.
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/renderer/src/assets/styles/tailwind.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@renderer",
|
|
"utils": "@renderer/utils",
|
|
"ui": "@renderer/ui",
|
|
"lib": "@renderer/lib",
|
|
"hooks": "@renderer/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
}
|