update pay function

This commit is contained in:
2025-11-22 21:54:04 +08:00
parent 6b9be7dad0
commit c5f21a517d
3 changed files with 3 additions and 9 deletions

View File

@@ -1,20 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
// 只扫描 AgentChat 页面(唯一使用 Hero UI 的地方)
// 使用精确路径,避免误匹配 node_modules
content: [
"./src/views/AgentChat/index.js",
"./src/providers/AppProviders.js", // HeroUIProvider
// HeroUI v3 不再需要扫描 node_modules样式通过 CSS 导入加载
],
darkMode: "class",
theme: {
extend: {},
},
// HeroUI v3 不再需要 plugins样式通过 @import "@heroui/styles" 加载
plugins: [],
}