From b2a7b66f215f31e37e755378038c65361d34f077 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 18 Feb 2026 07:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20AGENTS.md=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=A2=98=E7=B3=BB=E7=BB=9F=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e9c6441..c878589 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,4 +45,11 @@ pages/page-app/ - **react-hook-form**: 表单处理 - **sonner**: Toast 通知 - **zustand**: 状态管理 -- **tailwindcss v4**: 使用 @tailwindcss/vite 插件进行样式处理 \ No newline at end of file +- **tailwindcss v4**: 使用 @tailwindcss/vite 插件进行样式处理 + +## 主题系统 + +- **主题配色**: 采用黑白配色方案,提供简洁优雅的视觉体验 +- **主题模式**: 支持 light(浅色)和 dark(深色)模式切换 +- **主题实现**: 使用 `next-themes` 进行主题管理 +- **CSS 变量**: 主题相关的 CSS 变量定义在 `src/styles/theme.css` 中 \ No newline at end of file