update pay function
This commit is contained in:
19
src/styles/heroui.css
Normal file
19
src/styles/heroui.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/* HeroUI v3 样式导入 */
|
||||
/* 文档: https://v3.heroui.com/docs/quick-start */
|
||||
|
||||
/*
|
||||
* 重要: 必须先导入 tailwindcss,再导入 @heroui/styles
|
||||
* HeroUI v3 不再使用 Tailwind 插件,而是通过 CSS 层叠方式加载样式
|
||||
*/
|
||||
@import "tailwindcss";
|
||||
@import "@heroui/styles";
|
||||
|
||||
/*
|
||||
* AgentChat 页面的自定义样式
|
||||
* 这些样式仅在使用 HeroUI 组件的页面生效
|
||||
*/
|
||||
|
||||
/* 确保深色模式正常工作 */
|
||||
.dark {
|
||||
color-scheme: dark;
|
||||
}
|
||||
Reference in New Issue
Block a user