From 4a72d4039408c1e53db165ec33edeea51cf60468 Mon Sep 17 00:00:00 2001 From: Phantom <59059173+EurFelux@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:27:06 +0800 Subject: [PATCH] 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. --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 410b6b15d3..e7feaa981d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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