如何作为 Tailwind CSS 的插件来安装 SENSOROUI?
pnpm i -D @sensoro/ui
tailwind.config.js
module.exports = { //... plugins: [require("daisyui")], }