mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 05:51:59 +08:00
22 lines
253 B
JavaScript
22 lines
253 B
JavaScript
module.exports = {
|
|
|
|
theme: {
|
|
|
|
},
|
|
|
|
plugins: [require("daisyui")],
|
|
|
|
|
|
daisyui: {
|
|
themes: false,
|
|
darkTheme: "dark",
|
|
base: true,
|
|
styled: true,
|
|
utils: true,
|
|
rtl: false,
|
|
prefix: "",
|
|
logs: true,
|
|
},
|
|
|
|
//...
|
|
} |