update pay function

This commit is contained in:
2025-11-22 16:41:22 +08:00
parent 75e7e7e19c
commit 357c03aee2
8 changed files with 44 additions and 2603 deletions

19
src/styles/heroui.css Normal file
View 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;
}