From 115300a4e361144666acea2aeec3ae9946834a12 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 23:51:03 +0800 Subject: [PATCH] update pay function --- src/styles/heroui.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/styles/heroui.css b/src/styles/heroui.css index 6d347efa..bec5365f 100644 --- a/src/styles/heroui.css +++ b/src/styles/heroui.css @@ -2,10 +2,22 @@ /* 文档: https://v3.heroui.com/docs/quick-start */ /* - * Tailwind CSS v4 使用 @import 语法 - * 必须先导入 tailwindcss,再导入 HeroUI 样式 + * Tailwind CSS v4 配置 + * 在 v4 中,配置通过 CSS 完成 */ @import "tailwindcss"; + +@theme { + /* Tailwind v4 主题配置 */ +} + +/* + * @source 指令告诉 Tailwind v4 扫描哪些文件中的类名 + * 路径是相对于此 CSS 文件的位置(src/styles/) + */ +@source "../views/AgentChat/**/*.js"; +@source "../providers/AppProviders.js"; + @import "@heroui/styles"; /*