update pay function
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
"@fullcalendar/react": "^6.1.19",
|
"@fullcalendar/react": "^6.1.19",
|
||||||
"@heroui/react": "^3.0.0-beta.2",
|
"@heroui/react": "^3.0.0-beta.2",
|
||||||
"@heroui/styles": "^3.0.0-beta.2",
|
"@heroui/styles": "^3.0.0-beta.2",
|
||||||
"@heroui/theme": "^3.0.0-beta.2",
|
|
||||||
"@reduxjs/toolkit": "^2.9.2",
|
"@reduxjs/toolkit": "^2.9.2",
|
||||||
"@splidejs/react-splide": "^0.7.12",
|
"@splidejs/react-splide": "^0.7.12",
|
||||||
"@tanstack/react-virtual": "^3.13.12",
|
"@tanstack/react-virtual": "^3.13.12",
|
||||||
|
|||||||
@@ -1,32 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* HeroUI v3 + Tailwind CSS v4 配置
|
* HeroUI v3 + Tailwind CSS v4 配置
|
||||||
* 参考文档: https://v3.heroui.com/llms-full.txt
|
* 参考文档: https://v3.heroui.com/docs/quick-start
|
||||||
*
|
*
|
||||||
* 重要:导入顺序很重要!必须先导入 tailwindcss,再导入 @heroui/styles
|
* 重要提示:导入顺序很重要!必须先导入 tailwindcss,再导入 @heroui/styles
|
||||||
|
* Import order matters. Always import `tailwindcss` first.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 1. 导入 Tailwind CSS v4 */
|
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
/**
|
|
||||||
* 2. 配置内容扫描路径
|
|
||||||
* @source 指令告诉 Tailwind v4 扫描 HeroUI 组件库中的类名
|
|
||||||
* 路径相对于此 CSS 文件(src/styles/heroui.css)
|
|
||||||
*/
|
|
||||||
@source "../../node_modules/@heroui/theme/dist";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 3. 配置深色模式变体
|
|
||||||
* 支持 HeroUI 的 .dark 类名深色模式
|
|
||||||
*/
|
|
||||||
@custom-variant dark (&:is(.dark *));
|
|
||||||
|
|
||||||
/* 4. 导入 HeroUI v3 样式 */
|
|
||||||
@import "@heroui/styles";
|
@import "@heroui/styles";
|
||||||
|
|
||||||
/**
|
|
||||||
* 自定义样式
|
|
||||||
*/
|
|
||||||
.dark {
|
|
||||||
color-scheme: dark;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user