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.
18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.web.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@renderer/*": ["src/renderer/src/*"],
|
|
}
|
|
}
|
|
}
|