mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
- Introduced Tailwind CSS for styling by adding a new configuration file and global styles. - Created a new Store page with a button to test configuration success. - Updated routing to include the Store page and added corresponding sidebar icon. - Enhanced the settings store to include the new Store icon in the sidebar. - Updated translations for the Store page in Chinese. - Added utility functions for class name management using Tailwind CSS.
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@renderer",
|
|
"utils": "@renderer/utils",
|
|
"ui": "@renderer/ui",
|
|
"lib": "@renderer/lib",
|
|
"hooks": "@renderer/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
}
|