feat: enhance store page with new components and functionality

- Updated component paths in components.json for better organization.
- Added 'motion' library to package.json for animations.
- Refactored TypeScript configuration to include new renderer paths.
- Implemented new StoreContent and StoreSidebar components for improved store layout.
- Integrated store categories and items with filtering capabilities.
- Enhanced UI with Tailwind CSS animations and styles for a better user experience.
This commit is contained in:
lizhixuan
2025-05-12 22:58:54 +08:00
parent 0a0956cfc4
commit 184713dba8
14 changed files with 534 additions and 264 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
"paths": {
"@main/*": ["src/main/*"],
"@types": ["src/renderer/src/types/index.ts"],
"@components/*": ["packages/components/*"],
"@shared/*": ["packages/shared/*"]
"@shared/*": ["packages/shared/*"],
"@renderer/*": ["src/renderer/src/*"]
}
}
}