update pay function

This commit is contained in:
2025-11-22 21:26:55 +08:00
parent 3526c8c51c
commit 6b9be7dad0

View File

@@ -2,10 +2,13 @@
/* 文档: https://v3.heroui.com/docs/quick-start */ /* 文档: https://v3.heroui.com/docs/quick-start */
/* /*
* 重要: 必须先导入 tailwindcss再导入 @heroui/styles * 重要: Tailwind CSS v4 使用 @tailwind 指令
* HeroUI v3 不再使用 Tailwind 插件,而是通过 CSS 层叠方式加载样式 * HeroUI v3 样式需要在 Tailwind 之后导入
*/ */
@import "tailwindcss"; @tailwind base;
@tailwind components;
@tailwind utilities;
@import "@heroui/styles"; @import "@heroui/styles";
/* /*