update pay function
This commit is contained in:
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const { heroui } = require("@heroui/react");
|
||||
|
||||
module.exports = {
|
||||
// 只扫描 AgentChat 页面(唯一使用 Hero UI 的地方)
|
||||
content: [
|
||||
"./src/views/AgentChat/**/*.{js,jsx}",
|
||||
"./src/providers/AppProviders.js", // HeroUIProvider
|
||||
],
|
||||
|
||||
darkMode: "class",
|
||||
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
plugins: [heroui()],
|
||||
}
|
||||
Reference in New Issue
Block a user