chore: update CLAUDE.md with UI design migration details (#10021)

docs: update CLAUDE.md with UI design migration details

Add section about migrating from antd & styled-components to HeroUI, including link to HeroUI docs.
This commit is contained in:
Phantom 2025-09-07 22:27:06 +08:00 committed by GitHub
parent 95f6e4dd3b
commit 4a72d40394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,12 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
- **Multi-language Support**: i18n with dynamic loading
- **Theme System**: Light/dark themes with custom CSS variables
### UI Design
The project is in the process of migrating from antd & styled-components to HeroUI. Please use HeroUI to build UI components. The use of antd and styled-components is prohibited.
HeroUI Docs: https://www.heroui.com/docs/guide/introduction
## Logging Standards
### Usage